#AFD9F2

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

Shades of Light Blue #AFD9F2

Tints of Light Blue #AFD9F2

Color information

#AFD9F2 (or 0xAFD9F2) is unknown color: approx Light Blue. HEX triplet: AF, D9 and F2. RGB value is (175,217,242). Sum of RGB (Red+Green+Blue) = 175+217+242=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFD9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9F2 is #50260D. Grayscale: #CFCFCF. Windows color (decimal): -5252622 or 15915439. OLE color: 15915439.

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

Color convert

RGB175217242-
CMYK0.280.1000.05
HSL202.39º72.04%81.76%-
HSV(B)202.39º27.69%94.9%-
XYZ58.5265.1593.5-
YUV207.29147.59104.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=27.60%
G=34.23%
B=38.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752172420.280.1000.05202.3972.0481.76
HexAFD9F21CA05ca4852
Octal257331362341205312110122
Binary10101111110110011111001011100101001011100101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9F2; }

 p { color: rgb(175,217,242); }

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

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

 a { background-color: rgb(175,217,242); }

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

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

 span { border-color: rgb(175,217,242); }

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