Html Css Color HEX #99AEDF Echo Blue

📋 copy color: '#99AEDF'

red 153 ◦ green 174 ◦ blue 223

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

Shades of Echo Blue #99AEDF

Tints of Echo Blue #99AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.64%

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

R = 27.82%
G = 31.64%
B = 40.55%

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

#99AEDF (or 0x99AEDF) is known color: Echo Blue. HEX triplet: 99, AE and DF. RGB value is (153,174,223). Sum of RGB (Red+Green+Blue) = 153+174+223=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #99AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEDF is #665120. Grayscale: #ADADAD. Windows color (decimal): -6705441 or 14659225. OLE color: 14659225.

HSL color Cylindrical-coordinate representation of color #99AEDF: hue angle of 222º 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 #99AEDF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 174 223 -
CMYK 0.31 0.22 0 0.13
HSL 222º 0.52% 0.74% -
HSV(B) 222º 0.31% 0.87% -
XYZ 41.59 42.37 75.8 -
YUV 173.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 153 174 223 0.31 0.22 0 0.13 222 0.52 0.74
Hex 99 AE DF 1F 16 0 D DE 34 4A
Octal 231 256 337 37 26 0 15 336 64 112
Binary 10011001 10101110 11011111 11111 10110 0 1101 11011110 110100 1001010

Color Harmonies of #99AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEDF

Black with #99AEDF

Text Example


Text Example

White with #99AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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