Html Css Color HEX #9FB5CA Echo Blue

📋 copy color: '#9FB5CA'

red 159 ◦ green 181 ◦ blue 202

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

Shades of Echo Blue #9FB5CA

Tints of Echo Blue #9FB5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 29.34%
G = 33.39%
B = 37.27%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9FB5CA (or 0x9FB5CA) is known color: Echo Blue. HEX triplet: 9F, B5 and CA. RGB value is (159,181,202). Sum of RGB (Red+Green+Blue) = 159+181+202=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB5CA is #604A35. Grayscale: #B0B0B0. Windows color (decimal): -6310454 or 13284767. OLE color: 13284767.

HSL color Cylindrical-coordinate representation of color #9FB5CA: hue angle of 209.3º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB5CA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 181 202 -
CMYK 0.21 0.10 0 0.21
HSL 209.3º 0.29% 0.71% -
HSV(B) 209.3º 0.21% 0.79% -
XYZ 41.48 44.68 62.32 -
YUV 176.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 159 181 202 0.21 0.10 0 0.21 209.3 0.29 0.71
Hex 9F B5 CA 15 A 0 15 D1 1D 47
Octal 237 265 312 25 12 0 25 321 35 107
Binary 10011111 10110101 11001010 10101 1010 0 10101 11010001 11101 1000111

Color Harmonies of #9FB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB5CA

Black with #9FB5CA

Text Example


Text Example

White with #9FB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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