#AFDBE0

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

Shades of Powder Blue #AFDBE0

Tints of Powder Blue #AFDBE0

Color information

#AFDBE0 (or 0xAFDBE0) is unknown color: approx Powder Blue. HEX triplet: AF, DB and E0. RGB value is (175,219,224). Sum of RGB (Red+Green+Blue) = 175+219+224=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBE0 is #50241F. Grayscale: #CECECE. Windows color (decimal): -5252128 or 14736303. OLE color: 14736303.

HSL color Cylindrical-coordinate representation of color #AFDBE0: hue angle of 186.12º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDBE0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175219224-
CMYK0.220.0200.12
HSL186.12º44.14%78.24%-
HSV(B)186.12º21.88%87.84%-
XYZ56.4765.1680.12-
YUV206.41137.92105.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=28.32%
G=35.44%
B=36.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752192240.220.0200.12186.1244.1478.24
HexAFDBE01620Cba2c4e
Octal25733334026201427254116
Binary101011111101101111100000101101001100101110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBE0; }

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

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

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

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

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

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

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

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