Html Css Color HEX #9BAEDE Echo Blue

📋 copy color: '#9BAEDE'

red 155 ◦ green 174 ◦ blue 222

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

Shades of Echo Blue #9BAEDE

Tints of Echo Blue #9BAEDE

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 value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BAEDE (or 0x9BAEDE) is known color: 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

RGB 155 174 222 -
CMYK 0.30 0.22 0 0.13
HSL 222.99º 0.5% 0.74% -
HSV(B) 222.99º 0.3% 0.87% -
XYZ 41.84 42.51 75.11 -
YUV 173.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 155 174 222 0.30 0.22 0 0.13 222.99 0.5 0.74
Hex 9B AE DE 1E 16 0 D DF 32 4A
Octal 233 256 336 36 26 0 15 337 62 112
Binary 10011011 10101110 11011110 11110 10110 0 1101 11011111 110010 1001010

Color Harmonies of #9BAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEDE

Black with #9BAEDE

Text Example


Text Example

White with #9BAEDE

Text Example


Text Example

HTML Codes & Css Web 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>