Html Css Color HEX #9BB4DC Echo Blue

📋 copy color: '#9BB4DC'

red 155 ◦ green 180 ◦ blue 220

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

Shades of Echo Blue #9BB4DC

Tints of Echo Blue #9BB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.43%

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

R = 27.93%
G = 32.43%
B = 39.64%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB4DC (or 0x9BB4DC) is known color: Echo Blue. HEX triplet: 9B, B4 and DC. RGB value is (155,180,220). Sum of RGB (Red+Green+Blue) = 155+180+220=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4DC is #644B23. Grayscale: #B0B0B0. Windows color (decimal): -6572836 or 14464155. OLE color: 14464155.

HSL color Cylindrical-coordinate representation of color #9BB4DC: hue angle of 216.92º 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 #9BB4DC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 180 220 -
CMYK 0.30 0.18 0 0.14
HSL 216.92º 0.48% 0.74% -
HSV(B) 216.92º 0.3% 0.86% -
XYZ 42.76 44.78 74.1 -
YUV 177.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 155 180 220 0.30 0.18 0 0.14 216.92 0.48 0.74
Hex 9B B4 DC 1E 12 0 E D9 30 4A
Octal 233 264 334 36 22 0 16 331 60 112
Binary 10011011 10110100 11011100 11110 10010 0 1110 11011001 110000 1001010

Color Harmonies of #9BB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4DC

Black with #9BB4DC

Text Example


Text Example

White with #9BB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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