Html Css Color HEX #99ACDB Echo Blue

📋 copy color: '#99ACDB'

red 153 ◦ green 172 ◦ blue 219

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

Shades of Echo Blue #99ACDB

Tints of Echo Blue #99ACDB

RGB

 RED value IS 153 (60.16% from 255) = 28.13%

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

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

R = 28.13%
G = 31.62%
B = 40.26%

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

#99ACDB (or 0x99ACDB) is known color: Echo Blue. HEX triplet: 99, AC and DB. RGB value is (153,172,219). Sum of RGB (Red+Green+Blue) = 153+172+219=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #99ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACDB is #665324. Grayscale: #ABABAB. Windows color (decimal): -6705957 or 14396569. OLE color: 14396569.

HSL color Cylindrical-coordinate representation of color #99ACDB: hue angle of 222.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99ACDB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 172 219 -
CMYK 0.30 0.21 0 0.14
HSL 222.73º 0.48% 0.73% -
HSV(B) 222.73º 0.3% 0.86% -
XYZ 40.68 41.39 72.86 -
YUV 171.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 153 172 219 0.30 0.21 0 0.14 222.73 0.48 0.73
Hex 99 AC DB 1E 15 0 E DF 30 49
Octal 231 254 333 36 25 0 16 337 60 111
Binary 10011001 10101100 11011011 11110 10101 0 1110 11011111 110000 1001001

Color Harmonies of #99ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACDB

Black with #99ACDB

Text Example


Text Example

White with #99ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99ACDB; }

 p { color: rgb(153,172,219); }

 H1.HeaderClassName
 {
   color: #99ACDB;
 }
 .AnyTagClassName
 {
   color: #99ACDB;
 }
</style>

background-color css

<style>
 a { background-color: #99ACDB; }

 a { background-color: rgb(153,172,219); }

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

border-color css

<style>
 span { border-color: #99ACDB; }

 span { border-color: rgb(153,172,219); }

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