#AFDADC

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

Shades of Powder Blue #AFDADC

Tints of Powder Blue #AFDADC

Color information

#AFDADC (or 0xAFDADC) is unknown color: approx Powder Blue. HEX triplet: AF, DA and DC. RGB value is (175,218,220). Sum of RGB (Red+Green+Blue) = 175+218+220=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDADC is #502523. Grayscale: #CDCDCD. Windows color (decimal): -5252388 or 14473903. OLE color: 14473903.

HSL color Cylindrical-coordinate representation of color #AFDADC: hue angle of 182.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDADC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175218220-
CMYK0.200.0100.14
HSL182.67º39.13%77.45%-
HSV(B)182.67º20.45%86.27%-
XYZ55.6764.4277.21-
YUV205.37136.25106.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=28.55%
G=35.56%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752182200.200.0100.14182.6739.1377.45
HexAFDADC1410Eb7274d
Octal25733233424101626747115
Binary10101111110110101101110010100101110101101111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDADC; }

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

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

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

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

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

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

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

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