#AFE0F7

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

Shades of Light Blue #AFE0F7

Tints of Light Blue #AFE0F7

Color information

#AFE0F7 (or 0xAFE0F7) is unknown color: approx Light Blue. HEX triplet: AF, E0 and F7. RGB value is (175,224,247). Sum of RGB (Red+Green+Blue) = 175+224+247=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFE0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F7 is #501F08. Grayscale: #D3D3D3. Windows color (decimal): -5250825 or 16244911. OLE color: 16244911.

HSL color Cylindrical-coordinate representation of color #AFE0F7: hue angle of 199.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE0F7 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175224247-
CMYK0.290.0900.03
HSL199.17º81.82%82.75%-
HSV(B)199.17º29.15%96.86%-
XYZ61.1269.1498.12-
YUV211.97147.77101.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 224 (87.89% from 255) = 34.67%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=27.09%
G=34.67%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752242470.290.0900.03199.1781.8282.75
HexAFE0F71D903c75253
Octal257340367351103307122123
Binary1010111111100000111101111110110010111100011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0F7; }

 p { color: rgb(175,224,247); }

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

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

 a { background-color: rgb(175,224,247); }

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

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

 span { border-color: rgb(175,224,247); }

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