#AFDADF

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

Shades of Powder Blue #AFDADF

Tints of Powder Blue #AFDADF

Color information

#AFDADF (or 0xAFDADF) is unknown color: approx Powder Blue. HEX triplet: AF, DA and DF. RGB value is (175,218,223). Sum of RGB (Red+Green+Blue) = 175+218+223=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDADF is #502520. Grayscale: #CDCDCD. Windows color (decimal): -5252385 or 14670511. OLE color: 14670511.

HSL color Cylindrical-coordinate representation of color #AFDADF: hue angle of 186.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 #AFDADF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175218223-
CMYK0.220.0200.13
HSL186.25º42.86%78.04%-
HSV(B)186.25º21.52%87.45%-
XYZ56.0764.5879.32-
YUV205.71137.75106.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=28.41%
G=35.39%
B=36.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752182230.220.0200.13186.2542.8678.04
HexAFDADF1620Dba2b4e
Octal25733233726201527253116
Binary101011111101101011011111101101001101101110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDADF; }

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

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

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

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

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

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

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

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