Html Css Color HEX #9FA5CB Echo Blue

📋 copy color: '#9FA5CB'

red 159 ◦ green 165 ◦ blue 203

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

Shades of Echo Blue #9FA5CB

Tints of Echo Blue #9FA5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 30.17%
G = 31.31%
B = 38.52%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FA5CB (or 0x9FA5CB) is known color: Echo Blue. HEX triplet: 9F, A5 and CB. RGB value is (159,165,203). Sum of RGB (Red+Green+Blue) = 159+165+203=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5CB is #605A34. Grayscale: #A7A7A7. Windows color (decimal): -6314549 or 13346207. OLE color: 13346207.

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

Color convert

RGB 159 165 203 -
CMYK 0.22 0.19 0 0.20
HSL 231.82º 0.3% 0.71% -
HSV(B) 231.82º 0.22% 0.8% -
XYZ 38.53 38.59 61.92 -
YUV 167.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 159 165 203 0.22 0.19 0 0.20 231.82 0.3 0.71
Hex 9F A5 CB 16 13 0 14 E8 1E 47
Octal 237 245 313 26 23 0 24 350 36 107
Binary 10011111 10100101 11001011 10110 10011 0 10100 11101000 11110 1000111

Color Harmonies of #9FA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5CB

Black with #9FA5CB

Text Example


Text Example

White with #9FA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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