#9BADDC

Color #9BADDC Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #9BADDC

Tints of Echo Blue #9BADDC

Color information

#9BADDC (or 0x9BADDC) is unknown color: approx Echo Blue. HEX triplet: 9B, AD and DC. RGB value is (155,173,220). Sum of RGB (Red+Green+Blue) = 155+173+220=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDC is #645223. Grayscale: #ACACAC. Windows color (decimal): -6574628 or 14462363. OLE color: 14462363.

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

Color convert

RGB155173220-
CMYK0.300.2100.14
HSL223.38º48.15%73.53%-
HSV(B)223.38º29.55%86.27%-
XYZ41.3842.0273.64-
YUV172.98154.54115.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=28.28%
G=31.57%
B=40.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551732200.300.2100.14223.3848.1573.53
Hex9BADDC1E150Edf304a
Octal233255334362501633760112
Binary100110111010110111011100111101010101110110111111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BADDC;
 }
 .AnyTagClassName
 {
   color: #9BADDC;
 }
</style>
background-color css

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

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

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

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

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

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