#9EBFCD

Color #9EBFCD Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9EBFCD

Tints of Regent St Blue #9EBFCD

Color information

#9EBFCD (or 0x9EBFCD) is unknown color: approx Regent St Blue. HEX triplet: 9E, BF and CD. RGB value is (158,191,205). Sum of RGB (Red+Green+Blue) = 158+191+205=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFCD is #614032. Grayscale: #B6B6B6. Windows color (decimal): -6373427 or 13483934. OLE color: 13483934.

HSL color Cylindrical-coordinate representation of color #9EBFCD: hue angle of 197.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBFCD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158191205-
CMYK0.230.0700.20
HSL197.87º31.97%71.18%-
HSV(B)197.87º22.93%80.39%-
XYZ43.7548.9464.9-
YUV182.73140.57110.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=28.52%
G=34.48%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581912050.230.0700.20197.8731.9771.18
Hex9EBFCD177014c62047
Octal23627731527702430640107
Binary10011110101111111100110110111111010100110001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBFCD; }

 p { color: rgb(158,191,205); }

 H1.HeaderClassName
 {
   color: #9EBFCD;
 }
 .AnyTagClassName
 {
   color: #9EBFCD;
 }
</style>
background-color css

<style>
 a { background-color: #9EBFCD; }

 a { background-color: rgb(158,191,205); }

 div.DivClassName
 {
   background-color: #9EBFCD;
 }
 .BgClassName
 {
   background-color: #9EBFCD;
 }
</style>
border-color css

<style>
 span { border-color: #9EBFCD; }

 span { border-color: rgb(158,191,205); }

 td.TdClassName
 {
   border-color: #9EBFCD;
 }
 .TagClassName
 {
   border-color: #9EBFCD;
 }
</style>