#AFE0F5

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

Shades of Light Blue #AFE0F5

Tints of Light Blue #AFE0F5

Color information

#AFE0F5 (or 0xAFE0F5) is unknown color: approx Light Blue. HEX triplet: AF, E0 and F5. RGB value is (175,224,245). Sum of RGB (Red+Green+Blue) = 175+224+245=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFE0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F5 is #501F0A. Grayscale: #D3D3D3. Windows color (decimal): -5250827 or 16113839. OLE color: 16113839.

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

Color convert

RGB175224245-
CMYK0.290.0900.04
HSL198º77.78%82.35%-
HSV(B)198º28.57%96.08%-
XYZ60.8269.0296.5-
YUV211.74146.77101.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 245 (96.09% from 255) = 38.04%
R=27.17%
G=34.78%
B=38.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752242450.290.0900.0419877.7882.35
HexAFE0F51D904c64e52
Octal257340365351104306116122
Binary10101111111000001111010111101100101001100011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0F5; }

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

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

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

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

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

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

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

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