Html Css Color HEX #9FB2CA Echo Blue

📋 copy color: '#9FB2CA'

red 159 ◦ green 178 ◦ blue 202

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

Shades of Echo Blue #9FB2CA

Tints of Echo Blue #9FB2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

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

R = 29.5%
G = 33.02%
B = 37.48%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9FB2CA (or 0x9FB2CA) is known color: Echo Blue. HEX triplet: 9F, B2 and CA. RGB value is (159,178,202). Sum of RGB (Red+Green+Blue) = 159+178+202=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2CA is #604D35. Grayscale: #AEAEAE. Windows color (decimal): -6311222 or 13283999. OLE color: 13283999.

HSL color Cylindrical-coordinate representation of color #9FB2CA: hue angle of 213.49º 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 #9FB2CA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 178 202 -
CMYK 0.21 0.12 0 0.21
HSL 213.49º 0.29% 0.71% -
HSV(B) 213.49º 0.21% 0.79% -
XYZ 40.88 43.48 62.11 -
YUV 175.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 159 178 202 0.21 0.12 0 0.21 213.49 0.29 0.71
Hex 9F B2 CA 15 C 0 15 D5 1D 47
Octal 237 262 312 25 14 0 25 325 35 107
Binary 10011111 10110010 11001010 10101 1100 0 10101 11010101 11101 1000111

Color Harmonies of #9FB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB2CA

Black with #9FB2CA

Text Example


Text Example

White with #9FB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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