#99AFCF

Color #99AFCF Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #99AFCF

Tints of Echo Blue #99AFCF

Color information

#99AFCF (or 0x99AFCF) is unknown color: approx Echo Blue. HEX triplet: 99, AF and CF. RGB value is (153,175,207). Sum of RGB (Red+Green+Blue) = 153+175+207=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #99AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFCF is #665030. Grayscale: #ABABAB. Windows color (decimal): -6705201 or 13610905. OLE color: 13610905.

HSL color Cylindrical-coordinate representation of color #99AFCF: hue angle of 215.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99AFCF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153175207-
CMYK0.260.1500.19
HSL215.56º36%70.59%-
HSV(B)215.56º26.09%81.18%-
XYZ39.7341.9465.03-
YUV172.07147.71114.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=28.60%
G=32.71%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531752070.260.1500.19215.563670.59
Hex99AFCF1AF013d82447
Octal231257317321702333044107
Binary100110011010111111001111110101111010011110110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AFCF;
 }
 .AnyTagClassName
 {
   color: #99AFCF;
 }
</style>
background-color css

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

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

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

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

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

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