#AFDBE4

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

Shades of Powder Blue #AFDBE4

Tints of Powder Blue #AFDBE4

Color information

#AFDBE4 (or 0xAFDBE4) is unknown color: approx Powder Blue. HEX triplet: AF, DB and E4. RGB value is (175,219,228). Sum of RGB (Red+Green+Blue) = 175+219+228=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFDBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBE4 is #50241B. Grayscale: #CECECE. Windows color (decimal): -5252124 or 14998447. OLE color: 14998447.

HSL color Cylindrical-coordinate representation of color #AFDBE4: hue angle of 190.19º 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 #AFDBE4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175219228-
CMYK0.230.0400.11
HSL190.19º49.53%79.02%-
HSV(B)190.19º23.25%89.41%-
XYZ57.0165.3883.01-
YUV206.87139.92105.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=28.14%
G=35.21%
B=36.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752192280.230.0400.11190.1949.5379.02
HexAFDBE41740Bbe324f
Octal25733334427401327662117
Binary1010111111011011111001001011110001011101111101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBE4; }

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

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

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

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

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

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

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

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