#9BAEDE

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

Shades of Echo Blue #9BAEDE

Tints of Echo Blue #9BAEDE

Color information

#9BAEDE (or 0x9BAEDE) is unknown color: approx Echo Blue. HEX triplet: 9B, AE and DE. RGB value is (155,174,222). Sum of RGB (Red+Green+Blue) = 155+174+222=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDE is #645121. Grayscale: #ADADAD. Windows color (decimal): -6574370 or 14593691. OLE color: 14593691.

HSL color Cylindrical-coordinate representation of color #9BAEDE: hue angle of 222.99º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAEDE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155174222-
CMYK0.300.2200.13
HSL222.99º50.38%73.92%-
HSV(B)222.99º30.18%87.06%-
XYZ41.8442.5175.11-
YUV173.79155.21114.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.13%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=28.13%
G=31.58%
B=40.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551742220.300.2200.13222.9950.3873.92
Hex9BAEDE1E160Ddf324a
Octal233256336362601533762112
Binary100110111010111011011110111101011001101110111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,222); }

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

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

 a { background-color: rgb(155,174,222); }

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

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

 span { border-color: rgb(155,174,222); }

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