#AFE2F3

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

Shades of Light Blue #AFE2F3

Tints of Light Blue #AFE2F3

Color information

#AFE2F3 (or 0xAFE2F3) is unknown color: approx Light Blue. HEX triplet: AF, E2 and F3. RGB value is (175,226,243). Sum of RGB (Red+Green+Blue) = 175+226+243=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFE2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2F3 is #501D0C. Grayscale: #D4D4D4. Windows color (decimal): -5250317 or 15983279. OLE color: 15983279.

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

Color convert

RGB175226243-
CMYK0.280.0700.05
HSL195º73.91%81.96%-
HSV(B)195º27.98%95.29%-
XYZ61.0569.9895.08-
YUV212.69145.1101.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 226 (88.67% from 255) = 35.09%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=27.17%
G=35.09%
B=37.73%

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
Decimal1752262430.280.0700.0519573.9181.96
HexAFE2F31C705c34a52
Octal25734236334705303112122
Binary1010111111100010111100111110011101011100001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2F3; }

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

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

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

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

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

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

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

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