Html Css Color HEX #9FB2DC Echo Blue

📋 copy color: '#9FB2DC'

red 159 ◦ green 178 ◦ blue 220

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

Shades of Echo Blue #9FB2DC

Tints of Echo Blue #9FB2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 28.55%
G = 31.96%
B = 39.5%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FB2DC (or 0x9FB2DC) is known color: Echo Blue. HEX triplet: 9F, B2 and DC. RGB value is (159,178,220). Sum of RGB (Red+Green+Blue) = 159+178+220=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2DC is #604D23. Grayscale: #B0B0B0. Windows color (decimal): -6311204 or 14463647. OLE color: 14463647.

HSL color Cylindrical-coordinate representation of color #9FB2DC: hue angle of 221.31º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB2DC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 178 220 -
CMYK 0.28 0.19 0 0.14
HSL 221.31º 0.47% 0.74% -
HSV(B) 221.31º 0.28% 0.86% -
XYZ 43.14 44.38 74 -
YUV 177.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 159 178 220 0.28 0.19 0 0.14 221.31 0.47 0.74
Hex 9F B2 DC 1C 13 0 E DD 2F 4A
Octal 237 262 334 34 23 0 16 335 57 112
Binary 10011111 10110010 11011100 11100 10011 0 1110 11011101 101111 1001010

Color Harmonies of #9FB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB2DC

Black with #9FB2DC

Text Example


Text Example

White with #9FB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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