#AFE1F7

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

Shades of Light Blue #AFE1F7

Tints of Light Blue #AFE1F7

Color information

#AFE1F7 (or 0xAFE1F7) is unknown color: approx Light Blue. HEX triplet: AF, E1 and F7. RGB value is (175,225,247). Sum of RGB (Red+Green+Blue) = 175+225+247=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFE1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1F7 is #501E08. Grayscale: #D4D4D4. Windows color (decimal): -5250569 or 16245167. OLE color: 16245167.

HSL color Cylindrical-coordinate representation of color #AFE1F7: hue angle of 198.33º 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 #AFE1F7 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175225247-
CMYK0.290.0900.03
HSL198.33º81.82%82.75%-
HSV(B)198.33º29.15%96.86%-
XYZ61.3969.6898.21-
YUV212.56147.44101.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=27.05%
G=34.78%
B=38.18%

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
Decimal1752252470.290.0900.03198.3381.8282.75
HexAFE1F71D903c65253
Octal257341367351103306122123
Binary1010111111100001111101111110110010111100011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1F7; }

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

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

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

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

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

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

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

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