#AFE0F0

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

Shades of Light Blue #AFE0F0

Tints of Light Blue #AFE0F0

Color information

#AFE0F0 (or 0xAFE0F0) is unknown color: approx Light Blue. HEX triplet: AF, E0 and F0. RGB value is (175,224,240). Sum of RGB (Red+Green+Blue) = 175+224+240=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F0 is #501F0F. Grayscale: #D3D3D3. Windows color (decimal): -5250832 or 15786159. OLE color: 15786159.

HSL color Cylindrical-coordinate representation of color #AFE0F0: hue angle of 194.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE0F0 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175224240-
CMYK0.270.0700.06
HSL194.77º68.42%81.37%-
HSV(B)194.77º27.08%94.12%-
XYZ60.0668.7292.54-
YUV211.17144.27102.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=27.39%
G=35.05%
B=37.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752242400.270.0700.06194.7768.4281.37
HexAFE0F01B706c34451
Octal25734036033706303104121
Binary1010111111100000111100001101111101101100001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0F0; }

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

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

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

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

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

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

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

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