#AFE0F2

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

Shades of Light Blue #AFE0F2

Tints of Light Blue #AFE0F2

Color information

#AFE0F2 (or 0xAFE0F2) is unknown color: approx Light Blue. HEX triplet: AF, E0 and F2. RGB value is (175,224,242). Sum of RGB (Red+Green+Blue) = 175+224+242=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F2 is #501F0D. Grayscale: #D3D3D3. Windows color (decimal): -5250830 or 15917231. OLE color: 15917231.

HSL color Cylindrical-coordinate representation of color #AFE0F2: hue angle of 196.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE0F2 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175224242-
CMYK0.280.0700.05
HSL196.12º72.04%81.76%-
HSV(B)196.12º27.69%94.9%-
XYZ60.3668.8494.11-
YUV211.4145.27102.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.30%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=27.30%
G=34.95%
B=37.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752242420.280.0700.05196.1272.0481.76
HexAFE0F21C705c44852
Octal25734036234705304110122
Binary1010111111100000111100101110011101011100010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0F2; }

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

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

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

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

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

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

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

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