Html Css Color HEX #9BB2DC Echo Blue

📋 copy color: '#9BB2DC'

red 155 ◦ green 178 ◦ blue 220

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

Shades of Echo Blue #9BB2DC

Tints of Echo Blue #9BB2DC

RGB

 RED value IS 155 (60.94% from 255) = 28.03%

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

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

R = 28.03%
G = 32.19%
B = 39.78%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB2DC (or 0x9BB2DC) is known color: Echo Blue. HEX triplet: 9B, B2 and DC. RGB value is (155,178,220). Sum of RGB (Red+Green+Blue) = 155+178+220=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB2DC is #644D23. Grayscale: #AFAFAF. Windows color (decimal): -6573348 or 14463643. OLE color: 14463643.

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

Color convert

RGB 155 178 220 -
CMYK 0.30 0.19 0 0.14
HSL 218.77º 0.48% 0.74% -
HSV(B) 218.77º 0.3% 0.86% -
XYZ 42.36 43.98 73.97 -
YUV 175.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 155 178 220 0.30 0.19 0 0.14 218.77 0.48 0.74
Hex 9B B2 DC 1E 13 0 E DB 30 4A
Octal 233 262 334 36 23 0 16 333 60 112
Binary 10011011 10110010 11011100 11110 10011 0 1110 11011011 110000 1001010

Color Harmonies of #9BB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB2DC

Black with #9BB2DC

Text Example


Text Example

White with #9BB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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