#AFDEE5

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

Shades of Powder Blue #AFDEE5

Tints of Powder Blue #AFDEE5

Color information

#AFDEE5 (or 0xAFDEE5) is unknown color: approx Powder Blue. HEX triplet: AF, DE and E5. RGB value is (175,222,229). Sum of RGB (Red+Green+Blue) = 175+222+229=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEE5 is #50211A. Grayscale: #D0D0D0. Windows color (decimal): -5251355 or 15064751. OLE color: 15064751.

HSL color Cylindrical-coordinate representation of color #AFDEE5: hue angle of 187.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDEE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175222229-
CMYK0.240.0300.10
HSL187.78º50.94%79.22%-
HSV(B)187.78º23.58%89.8%-
XYZ57.9467.0184.01-
YUV208.74139.43103.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=27.96%
G=35.46%
B=36.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752222290.240.0300.10187.7850.9479.22
HexAFDEE51830Abc334f
Octal25733634530301227463117
Binary101011111101111011100101110001101010101111001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEE5; }

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

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

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

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

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

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

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

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