#AFDBDE

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

Shades of Powder Blue #AFDBDE

Tints of Powder Blue #AFDBDE

Color information

#AFDBDE (or 0xAFDBDE) is unknown color: approx Powder Blue. HEX triplet: AF, DB and DE. RGB value is (175,219,222). Sum of RGB (Red+Green+Blue) = 175+219+222=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBDE is #502421. Grayscale: #CECECE. Windows color (decimal): -5252130 or 14605231. OLE color: 14605231.

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

Color convert

RGB175219222-
CMYK0.210.0100.13
HSL183.83º41.59%77.84%-
HSV(B)183.83º21.17%87.06%-
XYZ56.265.0578.7-
YUV206.19136.92105.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=28.41%
G=35.55%
B=36.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752192220.210.0100.13183.8341.5977.84
HexAFDBDE1510Db82a4e
Octal25733333625101527052116
Binary10101111110110111101111010101101101101110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBDE; }

 p { color: rgb(175,219,222); }

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

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

 a { background-color: rgb(175,219,222); }

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

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

 span { border-color: rgb(175,219,222); }

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