Html Css Color HEX #99ABDA Echo Blue

📋 copy color: '#99ABDA'

red 153 ◦ green 171 ◦ blue 218

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

Shades of Echo Blue #99ABDA

Tints of Echo Blue #99ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.55%

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 28.23%
G = 31.55%
B = 40.22%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99ABDA (or 0x99ABDA) is known color: Echo Blue. HEX triplet: 99, AB and DA. RGB value is (153,171,218). Sum of RGB (Red+Green+Blue) = 153+171+218=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #99ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABDA is #665425. Grayscale: #AAAAAA. Windows color (decimal): -6706214 or 14330777. OLE color: 14330777.

HSL color Cylindrical-coordinate representation of color #99ABDA: hue angle of 223.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99ABDA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 171 218 -
CMYK 0.30 0.22 0 0.15
HSL 223.38º 0.47% 0.73% -
HSV(B) 223.38º 0.3% 0.85% -
XYZ 40.35 40.96 72.11 -
YUV 170.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 153 171 218 0.30 0.22 0 0.15 223.38 0.47 0.73
Hex 99 AB DA 1E 16 0 F DF 2F 49
Octal 231 253 332 36 26 0 17 337 57 111
Binary 10011001 10101011 11011010 11110 10110 0 1111 11011111 101111 1001001

Color Harmonies of #99ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABDA

Black with #99ABDA

Text Example


Text Example

White with #99ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,218); }

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

background-color css

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

 a { background-color: rgb(153,171,218); }

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

border-color css

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

 span { border-color: rgb(153,171,218); }

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