Html Css Color HEX #9FA6CB Echo Blue

📋 copy color: '#9FA6CB'

red 159 ◦ green 166 ◦ blue 203

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

Shades of Echo Blue #9FA6CB

Tints of Echo Blue #9FA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.44%

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

R = 30.11%
G = 31.44%
B = 38.45%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FA6CB (or 0x9FA6CB) is known color: Echo Blue. HEX triplet: 9F, A6 and CB. RGB value is (159,166,203). Sum of RGB (Red+Green+Blue) = 159+166+203=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6CB is #605934. Grayscale: #A7A7A7. Windows color (decimal): -6314293 or 13346463. OLE color: 13346463.

HSL color Cylindrical-coordinate representation of color #9FA6CB: hue angle of 230.45º 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 #9FA6CB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 166 203 -
CMYK 0.22 0.18 0 0.20
HSL 230.45º 0.3% 0.71% -
HSV(B) 230.45º 0.22% 0.8% -
XYZ 38.71 38.96 61.98 -
YUV 168.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 159 166 203 0.22 0.18 0 0.20 230.45 0.3 0.71
Hex 9F A6 CB 16 12 0 14 E6 1E 47
Octal 237 246 313 26 22 0 24 346 36 107
Binary 10011111 10100110 11001011 10110 10010 0 10100 11100110 11110 1000111

Color Harmonies of #9FA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA6CB

Black with #9FA6CB

Text Example


Text Example

White with #9FA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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