Html Css Color HEX #9BB0DC Echo Blue

📋 copy color: '#9BB0DC'

red 155 ◦ green 176 ◦ blue 220

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

Shades of Echo Blue #9BB0DC

Tints of Echo Blue #9BB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

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

R = 28.13%
G = 31.94%
B = 39.93%

CMYK

 C value IS 0.30

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB0DC (or 0x9BB0DC) is known color: Echo Blue. HEX triplet: 9B, B0 and DC. RGB value is (155,176,220). Sum of RGB (Red+Green+Blue) = 155+176+220=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0DC is #644F23. Grayscale: #AEAEAE. Windows color (decimal): -6573860 or 14463131. OLE color: 14463131.

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

Color convert

RGB 155 176 220 -
CMYK 0.30 0.2 0 0.14
HSL 220.62º 0.48% 0.74% -
HSV(B) 220.62º 0.3% 0.86% -
XYZ 41.96 43.19 73.83 -
YUV 174.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 155 176 220 0.30 0.2 0 0.14 220.62 0.48 0.74
Hex 9B B0 DC 1E 14 0 E DD 30 4A
Octal 233 260 334 36 24 0 16 335 60 112
Binary 10011011 10110000 11011100 11110 10100 0 1110 11011101 110000 1001010

Color Harmonies of #9BB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0DC

Black with #9BB0DC

Text Example


Text Example

White with #9BB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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