#ADDCE1

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

Shades of Powder Blue #ADDCE1

Tints of Powder Blue #ADDCE1

Color information

#ADDCE1 (or 0xADDCE1) is unknown color: approx Powder Blue. HEX triplet: AD, DC and E1. RGB value is (173,220,225). Sum of RGB (Red+Green+Blue) = 173+220+225=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE1 is #52231E. Grayscale: #CECECE. Windows color (decimal): -5382943 or 14802093. OLE color: 14802093.

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

Color convert

RGB173220225-
CMYK0.230.0200.12
HSL185.77º46.43%78.04%-
HSV(B)185.77º23.11%88.24%-
XYZ56.4265.5180.9-
YUV206.52138.43104.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=27.99%
G=35.60%
B=36.41%

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
Decimal1732202250.230.0200.12185.7746.4378.04
HexADDCE11720Cba2e4e
Octal25533434127201427256116
Binary101011011101110011100001101111001100101110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCE1; }

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

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

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

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

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

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

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

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