#ADDDE3

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

Shades of Powder Blue #ADDDE3

Tints of Powder Blue #ADDDE3

Color information

#ADDDE3 (or 0xADDDE3) is unknown color: approx Powder Blue. HEX triplet: AD, DD and E3. RGB value is (173,221,227). Sum of RGB (Red+Green+Blue) = 173+221+227=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADDDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDE3 is #52221C. Grayscale: #CFCFCF. Windows color (decimal): -5382685 or 14933421. OLE color: 14933421.

HSL color Cylindrical-coordinate representation of color #ADDDE3: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDDE3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173221227-
CMYK0.240.0300.11
HSL186.67º49.09%78.43%-
HSV(B)186.67º23.79%89.02%-
XYZ56.9666.1482.44-
YUV207.33139.1103.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=27.86%
G=35.59%
B=36.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732212270.240.0300.11186.6749.0978.43
HexADDDE31830Bbb314e
Octal25533534330301327361116
Binary101011011101110111100011110001101011101110111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDE3; }

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

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

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

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

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

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

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

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