Html Css Color HEX #9BAEDB Echo Blue

📋 copy color: '#9BAEDB'

red 155 ◦ green 174 ◦ blue 219

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

Shades of Echo Blue #9BAEDB

Tints of Echo Blue #9BAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.75%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 28.28%
G = 31.75%
B = 39.96%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BAEDB (or 0x9BAEDB) is known color: Echo Blue. HEX triplet: 9B, AE and DB. RGB value is (155,174,219). Sum of RGB (Red+Green+Blue) = 155+174+219=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDB is #645124. Grayscale: #ADADAD. Windows color (decimal): -6574373 or 14397083. OLE color: 14397083.

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

Color convert

RGB 155 174 219 -
CMYK 0.29 0.21 0 0.14
HSL 222.19º 0.47% 0.73% -
HSV(B) 222.19º 0.29% 0.86% -
XYZ 41.44 42.36 73.01 -
YUV 173.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 155 174 219 0.29 0.21 0 0.14 222.19 0.47 0.73
Hex 9B AE DB 1D 15 0 E DE 2F 49
Octal 233 256 333 35 25 0 16 336 57 111
Binary 10011011 10101110 11011011 11101 10101 0 1110 11011110 101111 1001001

Color Harmonies of #9BAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEDB

Black with #9BAEDB

Text Example


Text Example

White with #9BAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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