#AFDFDD

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

Shades of Powder Blue #AFDFDD

Tints of Powder Blue #AFDFDD

Color information

#AFDFDD (or 0xAFDFDD) is unknown color: approx Powder Blue. HEX triplet: AF, DF and DD. RGB value is (175,223,221). Sum of RGB (Red+Green+Blue) = 175+223+221=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFDD is #502022. Grayscale: #D0D0D0. Windows color (decimal): -5251107 or 14540719. OLE color: 14540719.

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

Color convert

RGB175223221-
CMYK0.2200.010.13
HSL177.5º42.86%78.04%-
HSV(B)177.5º21.52%87.45%-
XYZ57.1267.1178.35-
YUV208.42135.1104.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=28.27%
G=36.03%
B=35.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752232210.2200.010.13177.542.8678.04
HexAFDFDD1601Db22b4e
Octal25733733526011526253116
Binary10101111110111111101110110110011101101100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFDD; }

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

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

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

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

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

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

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

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