Html Css Color HEX #99ADDF Echo Blue

📋 copy color: '#99ADDF'

red 153 ◦ green 173 ◦ blue 223

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

Shades of Echo Blue #99ADDF

Tints of Echo Blue #99ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 27.87%
G = 31.51%
B = 40.62%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99ADDF (or 0x99ADDF) is known color: Echo Blue. HEX triplet: 99, AD and DF. RGB value is (153,173,223). Sum of RGB (Red+Green+Blue) = 153+173+223=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #99ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADDF is #665220. Grayscale: #ACACAC. Windows color (decimal): -6705697 or 14658969. OLE color: 14658969.

HSL color Cylindrical-coordinate representation of color #99ADDF: hue angle of 222.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99ADDF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 173 223 -
CMYK 0.31 0.22 0 0.13
HSL 222.86º 0.52% 0.74% -
HSV(B) 222.86º 0.31% 0.87% -
XYZ 41.4 41.99 75.73 -
YUV 172.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 153 173 223 0.31 0.22 0 0.13 222.86 0.52 0.74
Hex 99 AD DF 1F 16 0 D DF 34 4A
Octal 231 255 337 37 26 0 15 337 64 112
Binary 10011001 10101101 11011111 11111 10110 0 1101 11011111 110100 1001010

Color Harmonies of #99ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADDF

Black with #99ADDF

Text Example


Text Example

White with #99ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,223); }

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

background-color css

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

 a { background-color: rgb(153,173,223); }

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

border-color css

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

 span { border-color: rgb(153,173,223); }

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