#AFDCDF

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

Shades of Powder Blue #AFDCDF

Tints of Powder Blue #AFDCDF

Color information

#AFDCDF (or 0xAFDCDF) is unknown color: approx Powder Blue. HEX triplet: AF, DC and DF. RGB value is (175,220,223). Sum of RGB (Red+Green+Blue) = 175+220+223=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCDF is #502320. Grayscale: #CECECE. Windows color (decimal): -5251873 or 14671023. OLE color: 14671023.

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

Color convert

RGB175220223-
CMYK0.220.0100.13
HSL183.75º42.86%78.04%-
HSV(B)183.75º21.52%87.45%-
XYZ56.5965.6379.5-
YUV206.89137.09105.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=28.32%
G=35.60%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752202230.220.0100.13183.7542.8678.04
HexAFDCDF1610Db82b4e
Octal25733433726101527053116
Binary10101111110111001101111110110101101101110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCDF; }

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

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

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

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

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

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

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

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