#AFE0EF

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

Shades of Light Blue #AFE0EF

Tints of Light Blue #AFE0EF

Color information

#AFE0EF (or 0xAFE0EF) is unknown color: approx Light Blue. HEX triplet: AF, E0 and EF. RGB value is (175,224,239). Sum of RGB (Red+Green+Blue) = 175+224+239=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0EF is #501F10. Grayscale: #D2D2D2. Windows color (decimal): -5250833 or 15720623. OLE color: 15720623.

HSL color Cylindrical-coordinate representation of color #AFE0EF: hue angle of 194.06º degrees, saturation: 0.67, 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 #AFE0EF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175224239-
CMYK0.270.0600.06
HSL194.06º66.67%81.18%-
HSV(B)194.06º26.78%93.73%-
XYZ59.9168.6691.76-
YUV211.06143.77102.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=27.43%
G=35.11%
B=37.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752242390.270.0600.06194.0666.6781.18
HexAFE0EF1B606c24351
Octal25734035733606302103121
Binary1010111111100000111011111101111001101100001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0EF; }

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

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

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

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

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

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

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

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