#AFD1DD

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

Shades of Light Blue #AFD1DD

Tints of Light Blue #AFD1DD

Color information

#AFD1DD (or 0xAFD1DD) is unknown color: approx Light Blue. HEX triplet: AF, D1 and DD. RGB value is (175,209,221). Sum of RGB (Red+Green+Blue) = 175+209+221=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1DD is #502E22. Grayscale: #C8C8C8. Windows color (decimal): -5254691 or 14537135. OLE color: 14537135.

HSL color Cylindrical-coordinate representation of color #AFD1DD: hue angle of 195.65º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFD1DD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175209221-
CMYK0.210.0500.13
HSL195.65º40.35%77.65%-
HSV(B)195.65º20.81%86.67%-
XYZ53.5359.9477.15-
YUV200.2139.74110.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 209 (82.03% from 255) = 34.55%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=28.93%
G=34.55%
B=36.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752092210.210.0500.13195.6540.3577.65
HexAFD1DD1550Dc4284e
Octal25732133525501530450116
Binary1010111111010001110111011010110101101110001001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1DD; }

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

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

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

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

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

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

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

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