#9BADDA

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

Shades of Echo Blue #9BADDA

Tints of Echo Blue #9BADDA

Color information

#9BADDA (or 0x9BADDA) is unknown color: approx Echo Blue. HEX triplet: 9B, AD and DA. RGB value is (155,173,218). Sum of RGB (Red+Green+Blue) = 155+173+218=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDA is #645225. Grayscale: #ACACAC. Windows color (decimal): -6574630 or 14331291. OLE color: 14331291.

HSL color Cylindrical-coordinate representation of color #9BADDA: hue angle of 222.86º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BADDA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155173218-
CMYK0.290.2100.15
HSL222.86º45.99%73.14%-
HSV(B)222.86º28.9%85.49%-
XYZ41.1241.9272.25-
YUV172.75153.54115.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=28.39%
G=31.68%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551732180.290.2100.15222.8645.9973.14
Hex9BADDA1D150Fdf2e49
Octal233255332352501733756111
Binary100110111010110111011010111011010101111110111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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