#AFD2DF

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

Shades of Light Blue #AFD2DF

Tints of Light Blue #AFD2DF

Color information

#AFD2DF (or 0xAFD2DF) is unknown color: approx Light Blue. HEX triplet: AF, D2 and DF. RGB value is (175,210,223). Sum of RGB (Red+Green+Blue) = 175+210+223=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2DF is #502D20. Grayscale: #C8C8C8. Windows color (decimal): -5254433 or 14668463. OLE color: 14668463.

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

Color convert

RGB175210223-
CMYK0.220.0600.13
HSL196.25º42.86%78.04%-
HSV(B)196.25º21.52%87.45%-
XYZ54.0560.5378.65-
YUV201.02140.4109.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=28.78%
G=34.54%
B=36.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752102230.220.0600.13196.2542.8678.04
HexAFD2DF1660Dc42b4e
Octal25732233726601530453116
Binary1010111111010010110111111011011001101110001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2DF; }

 p { color: rgb(175,210,223); }

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

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

 a { background-color: rgb(175,210,223); }

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

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

 span { border-color: rgb(175,210,223); }

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