#ADDDE1

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

Shades of Powder Blue #ADDDE1

Tints of Powder Blue #ADDDE1

Color information

#ADDDE1 (or 0xADDDE1) is unknown color: approx Powder Blue. HEX triplet: AD, DD and E1. RGB value is (173,221,225). Sum of RGB (Red+Green+Blue) = 173+221+225=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 221 (86.72% from 255 or 35.70% 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 #ADDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDE1 is #52221E. Grayscale: #CFCFCF. Windows color (decimal): -5382687 or 14802349. OLE color: 14802349.

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

Color convert

RGB173221225-
CMYK0.230.0200.12
HSL184.62º46.43%78.04%-
HSV(B)184.62º23.11%88.24%-
XYZ56.6866.0380.99-
YUV207.1138.1103.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=27.95%
G=35.70%
B=36.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732212250.230.0200.12184.6246.4378.04
HexADDDE11720Cb92e4e
Octal25533534127201427156116
Binary101011011101110111100001101111001100101110011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDE1; }

 p { color: rgb(173,221,225); }

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

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

 a { background-color: rgb(173,221,225); }

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

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

 span { border-color: rgb(173,221,225); }

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