#AFD9F1

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

Shades of Light Blue #AFD9F1

Tints of Light Blue #AFD9F1

Color information

#AFD9F1 (or 0xAFD9F1) is unknown color: approx Light Blue. HEX triplet: AF, D9 and F1. RGB value is (175,217,241). Sum of RGB (Red+Green+Blue) = 175+217+241=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFD9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9F1 is #50260E. Grayscale: #CFCFCF. Windows color (decimal): -5252623 or 15849903. OLE color: 15849903.

HSL color Cylindrical-coordinate representation of color #AFD9F1: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD9F1 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175217241-
CMYK0.270.1000.05
HSL201.82º70.21%81.57%-
HSV(B)201.82º27.39%94.51%-
XYZ58.3765.0992.71-
YUV207.18147.09105.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=27.65%
G=34.28%
B=38.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752172410.270.1000.05201.8270.2181.57
HexAFD9F11BA05ca4652
Octal257331361331205312106122
Binary10101111110110011111000111011101001011100101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9F1; }

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

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

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

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

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

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

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

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