#AFDDF1

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

Shades of Light Blue #AFDDF1

Tints of Light Blue #AFDDF1

Color information

#AFDDF1 (or 0xAFDDF1) is unknown color: approx Light Blue. HEX triplet: AF, DD and F1. RGB value is (175,221,241). Sum of RGB (Red+Green+Blue) = 175+221+241=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF1 is #50220E. Grayscale: #D1D1D1. Windows color (decimal): -5251599 or 15850927. OLE color: 15850927.

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

Color convert

RGB175221241-
CMYK0.270.0800.05
HSL198.18º70.21%81.57%-
HSV(B)198.18º27.39%94.51%-
XYZ59.4167.1893.05-
YUV209.53145.76103.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=27.47%
G=34.69%
B=37.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752212410.270.0800.05198.1870.2181.57
HexAFDDF11B805c64652
Octal257335361331005306106122
Binary10101111110111011111000111011100001011100011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDF1; }

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

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

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

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

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

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

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

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