Html Css Color HEX #99AFD4 Echo Blue

📋 copy color: '#99AFD4'

red 153 ◦ green 175 ◦ blue 212

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

Shades of Echo Blue #99AFD4

Tints of Echo Blue #99AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 28.33%
G = 32.41%
B = 39.26%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#99AFD4 (or 0x99AFD4) is known color: Echo Blue. HEX triplet: 99, AF and D4. RGB value is (153,175,212). Sum of RGB (Red+Green+Blue) = 153+175+212=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #99AFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFD4 is #66502B. Grayscale: #ACACAC. Windows color (decimal): -6705196 or 13938585. OLE color: 13938585.

HSL color Cylindrical-coordinate representation of color #99AFD4: hue angle of 217.63º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99AFD4 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 175 212 -
CMYK 0.28 0.17 0 0.17
HSL 217.63º 0.41% 0.72% -
HSV(B) 217.63º 0.28% 0.83% -
XYZ 40.35 42.19 68.3 -
YUV 172.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 153 175 212 0.28 0.17 0 0.17 217.63 0.41 0.72
Hex 99 AF D4 1C 11 0 11 DA 29 48
Octal 231 257 324 34 21 0 21 332 51 110
Binary 10011001 10101111 11010100 11100 10001 0 10001 11011010 101001 1001000

Color Harmonies of #99AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFD4

Black with #99AFD4

Text Example


Text Example

White with #99AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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