#AFDEE4

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

Shades of Powder Blue #AFDEE4

Tints of Powder Blue #AFDEE4

Color information

#AFDEE4 (or 0xAFDEE4) is unknown color: approx Powder Blue. HEX triplet: AF, DE and E4. RGB value is (175,222,228). Sum of RGB (Red+Green+Blue) = 175+222+228=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFDEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEE4 is #50211B. Grayscale: #D0D0D0. Windows color (decimal): -5251356 or 14999215. OLE color: 14999215.

HSL color Cylindrical-coordinate representation of color #AFDEE4: hue angle of 186.79º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDEE4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175222228-
CMYK0.230.0300.11
HSL186.79º49.53%79.02%-
HSV(B)186.79º23.25%89.41%-
XYZ57.866.9683.28-
YUV208.63138.93104.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=28%
G=35.52%
B=36.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752222280.230.0300.11186.7949.5379.02
HexAFDEE41730Bbb324f
Octal25733634427301327362117
Binary101011111101111011100100101111101011101110111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEE4; }

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

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

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

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

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

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

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

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