#AFDBE1

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

Shades of Powder Blue #AFDBE1

Tints of Powder Blue #AFDBE1

Color information

#AFDBE1 (or 0xAFDBE1) is unknown color: approx Powder Blue. HEX triplet: AF, DB and E1. RGB value is (175,219,225). Sum of RGB (Red+Green+Blue) = 175+219+225=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBE1 is #50241E. Grayscale: #CECECE. Windows color (decimal): -5252127 or 14801839. OLE color: 14801839.

HSL color Cylindrical-coordinate representation of color #AFDBE1: hue angle of 187.2º degrees, saturation: 0.45, 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 #AFDBE1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175219225-
CMYK0.220.0300.12
HSL187.2º45.45%78.43%-
HSV(B)187.2º22.22%88.24%-
XYZ56.665.2180.84-
YUV206.53138.42105.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=28.27%
G=35.38%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752192250.220.0300.12187.245.4578.43
HexAFDBE11630Cbb2d4e
Octal25733334126301427355116
Binary101011111101101111100001101101101100101110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBE1; }

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

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

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

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

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

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

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

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