#AFE1F3

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

Shades of Light Blue #AFE1F3

Tints of Light Blue #AFE1F3

Color information

#AFE1F3 (or 0xAFE1F3) is unknown color: approx Light Blue. HEX triplet: AF, E1 and F3. RGB value is (175,225,243). Sum of RGB (Red+Green+Blue) = 175+225+243=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFE1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1F3 is #501E0C. Grayscale: #D3D3D3. Windows color (decimal): -5250573 or 15983023. OLE color: 15983023.

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

Color convert

RGB175225243-
CMYK0.280.0700.05
HSL195.88º73.91%81.96%-
HSV(B)195.88º27.98%95.29%-
XYZ60.7869.4494.99-
YUV212.1145.44101.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=27.22%
G=34.99%
B=37.79%

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
Decimal1752252430.280.0700.05195.8873.9181.96
HexAFE1F31C705c44a52
Octal25734136334705304112122
Binary1010111111100001111100111110011101011100010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1F3; }

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

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

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

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

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

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

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

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