Html Css Color HEX #9FB5CB Echo Blue

📋 copy color: '#9FB5CB'

red 159 ◦ green 181 ◦ blue 203

#9FB5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9FB5CB

Tints of Echo Blue #9FB5CB

RGB

 RED value IS 159 (62.5% from 255) = 29.28%

 GREEN value IS 181 (71.09% from 255) = 33.33%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 29.28%
G = 33.33%
B = 37.38%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FB5CB (or 0x9FB5CB) is known color: Echo Blue. HEX triplet: 9F, B5 and CB. RGB value is (159,181,203). Sum of RGB (Red+Green+Blue) = 159+181+203=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB5CB is #604A34. Grayscale: #B0B0B0. Windows color (decimal): -6310453 or 13350303. OLE color: 13350303.

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

Color convert

RGB 159 181 203 -
CMYK 0.22 0.11 0 0.20
HSL 210º 0.3% 0.71% -
HSV(B) 210º 0.22% 0.8% -
XYZ 41.6 44.73 62.94 -
YUV 176.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 159 181 203 0.22 0.11 0 0.20 210 0.3 0.71
Hex 9F B5 CB 16 B 0 14 D2 1E 47
Octal 237 265 313 26 13 0 24 322 36 107
Binary 10011111 10110101 11001011 10110 1011 0 10100 11010010 11110 1000111

Color Harmonies of #9FB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB5CB

Black with #9FB5CB

Text Example


Text Example

White with #9FB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,181,203); }

 H1.HeaderClassName
 {
   color: #9FB5CB;
 }
 .AnyTagClassName
 {
   color: #9FB5CB;
 }
</style>

background-color css

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

 a { background-color: rgb(159,181,203); }

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

border-color css

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

 span { border-color: rgb(159,181,203); }

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