Html Css Color HEX #99B5DC Echo Blue

📋 copy color: '#99B5DC'

red 153 ◦ green 181 ◦ blue 220

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

Shades of Echo Blue #99B5DC

Tints of Echo Blue #99B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

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

R = 27.62%
G = 32.67%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99B5DC (or 0x99B5DC) is known color: Echo Blue. HEX triplet: 99, B5 and DC. RGB value is (153,181,220). Sum of RGB (Red+Green+Blue) = 153+181+220=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #99B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B5DC is #664A23. Grayscale: #B0B0B0. Windows color (decimal): -6703652 or 14464409. OLE color: 14464409.

HSL color Cylindrical-coordinate representation of color #99B5DC: hue angle of 214.93º degrees, saturation: 0.49, 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 #99B5DC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 181 220 -
CMYK 0.30 0.18 0 0.14
HSL 214.93º 0.49% 0.73% -
HSV(B) 214.93º 0.3% 0.86% -
XYZ 42.58 44.99 74.15 -
YUV 177.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 153 181 220 0.30 0.18 0 0.14 214.93 0.49 0.73
Hex 99 B5 DC 1E 12 0 E D7 31 49
Octal 231 265 334 36 22 0 16 327 61 111
Binary 10011001 10110101 11011100 11110 10010 0 1110 11010111 110001 1001001

Color Harmonies of #99B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B5DC

Black with #99B5DC

Text Example


Text Example

White with #99B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,181,220); }

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

background-color css

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

 a { background-color: rgb(153,181,220); }

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

border-color css

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

 span { border-color: rgb(153,181,220); }

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