Html Css Color HEX #9BACDC Echo Blue

📋 copy color: '#9BACDC'

red 155 ◦ green 172 ◦ blue 220

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

Shades of Echo Blue #9BACDC

Tints of Echo Blue #9BACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.44%

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

R = 28.34%
G = 31.44%
B = 40.22%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BACDC (or 0x9BACDC) is known color: Echo Blue. HEX triplet: 9B, AC and DC. RGB value is (155,172,220). Sum of RGB (Red+Green+Blue) = 155+172+220=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDC is #645323. Grayscale: #ACACAC. Windows color (decimal): -6574884 or 14462107. OLE color: 14462107.

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

Color convert

RGB 155 172 220 -
CMYK 0.30 0.22 0 0.14
HSL 224.31º 0.48% 0.74% -
HSV(B) 224.31º 0.3% 0.86% -
XYZ 41.19 41.64 73.58 -
YUV 172.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 155 172 220 0.30 0.22 0 0.14 224.31 0.48 0.74
Hex 9B AC DC 1E 16 0 E E0 30 4A
Octal 233 254 334 36 26 0 16 340 60 112
Binary 10011011 10101100 11011100 11110 10110 0 1110 11100000 110000 1001010

Color Harmonies of #9BACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACDC

Black with #9BACDC

Text Example


Text Example

White with #9BACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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