#AFE0F8

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

Shades of Light Blue #AFE0F8

Tints of Light Blue #AFE0F8

Color information

#AFE0F8 (or 0xAFE0F8) is unknown color: approx Light Blue. HEX triplet: AF, E0 and F8. RGB value is (175,224,248). Sum of RGB (Red+Green+Blue) = 175+224+248=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFE0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F8 is #501F07. Grayscale: #D3D3D3. Windows color (decimal): -5250824 or 16310447. OLE color: 16310447.

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

Color convert

RGB175224248-
CMYK0.290.1000.03
HSL199.73º83.91%82.94%-
HSV(B)199.73º29.44%97.25%-
XYZ61.2869.298.93-
YUV212.08148.27101.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 248 (97.27% from 255) = 38.33%
R=27.05%
G=34.62%
B=38.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752242480.290.1000.03199.7383.9182.94
HexAFE0F81DA03c85453
Octal257340370351203310124123
Binary1010111111100000111110001110110100111100100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0F8; }

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

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

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

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

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

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

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

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