Html Css Color HEX #9BAEDC Echo Blue

📋 copy color: '#9BAEDC'

red 155 ◦ green 174 ◦ blue 220

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

Shades of Echo Blue #9BAEDC

Tints of Echo Blue #9BAEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 28.23%
G = 31.69%
B = 40.07%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BAEDC (or 0x9BAEDC) is known color: Echo Blue. HEX triplet: 9B, AE and DC. RGB value is (155,174,220). Sum of RGB (Red+Green+Blue) = 155+174+220=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDC is #645123. Grayscale: #ADADAD. Windows color (decimal): -6574372 or 14462619. OLE color: 14462619.

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

Color convert

RGB 155 174 220 -
CMYK 0.30 0.21 0 0.14
HSL 222.46º 0.48% 0.74% -
HSV(B) 222.46º 0.3% 0.86% -
XYZ 41.57 42.41 73.7 -
YUV 173.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 155 174 220 0.30 0.21 0 0.14 222.46 0.48 0.74
Hex 9B AE DC 1E 15 0 E DE 30 4A
Octal 233 256 334 36 25 0 16 336 60 112
Binary 10011011 10101110 11011100 11110 10101 0 1110 11011110 110000 1001010

Color Harmonies of #9BAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEDC

Black with #9BAEDC

Text Example


Text Example

White with #9BAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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