#AFE0F3

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

Shades of Light Blue #AFE0F3

Tints of Light Blue #AFE0F3

Color information

#AFE0F3 (or 0xAFE0F3) is unknown color: approx Light Blue. HEX triplet: AF, E0 and F3. RGB value is (175,224,243). Sum of RGB (Red+Green+Blue) = 175+224+243=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFE0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F3 is #501F0C. Grayscale: #D3D3D3. Windows color (decimal): -5250829 or 15982767. OLE color: 15982767.

HSL color Cylindrical-coordinate representation of color #AFE0F3: hue angle of 196.76º degrees, saturation: 0.74, 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 #AFE0F3 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175224243-
CMYK0.280.0800.05
HSL196.76º73.91%81.96%-
HSV(B)196.76º27.98%95.29%-
XYZ60.5168.994.9-
YUV211.52145.77101.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=27.26%
G=34.89%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752242430.280.0800.05196.7673.9181.96
HexAFE0F31C805c54a52
Octal257340363341005305112122
Binary10101111111000001111001111100100001011100010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0F3; }

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

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

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

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

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

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

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

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