Html Css Color HEX #99AFDF Echo Blue

📋 copy color: '#99AFDF'

red 153 ◦ green 175 ◦ blue 223

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

Shades of Echo Blue #99AFDF

Tints of Echo Blue #99AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

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

R = 27.77%
G = 31.76%
B = 40.47%

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

#99AFDF (or 0x99AFDF) is known color: Echo Blue. HEX triplet: 99, AF and DF. RGB value is (153,175,223). Sum of RGB (Red+Green+Blue) = 153+175+223=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #99AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFDF is #665020. Grayscale: #ADADAD. Windows color (decimal): -6705185 or 14659481. OLE color: 14659481.

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

Color convert

RGB 153 175 223 -
CMYK 0.31 0.22 0 0.13
HSL 221.14º 0.52% 0.74% -
HSV(B) 221.14º 0.31% 0.87% -
XYZ 41.79 42.76 75.86 -
YUV 173.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 153 175 223 0.31 0.22 0 0.13 221.14 0.52 0.74
Hex 99 AF DF 1F 16 0 D DD 34 4A
Octal 231 257 337 37 26 0 15 335 64 112
Binary 10011001 10101111 11011111 11111 10110 0 1101 11011101 110100 1001010

Color Harmonies of #99AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFDF

Black with #99AFDF

Text Example


Text Example

White with #99AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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