#ADDBE2

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

Shades of Powder Blue #ADDBE2

Tints of Powder Blue #ADDBE2

Color information

#ADDBE2 (or 0xADDBE2) is unknown color: approx Powder Blue. HEX triplet: AD, DB and E2. RGB value is (173,219,226). Sum of RGB (Red+Green+Blue) = 173+219+226=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADDBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBE2 is #52241D. Grayscale: #CDCDCD. Windows color (decimal): -5383198 or 14867373. OLE color: 14867373.

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

Color convert

RGB173219226-
CMYK0.230.0300.11
HSL187.92º47.75%78.24%-
HSV(B)187.92º23.45%88.63%-
XYZ56.2965.0481.54-
YUV206.04139.26104.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=27.99%
G=35.44%
B=36.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732192260.230.0300.11187.9247.7578.24
HexADDBE21730Bbc304e
Octal25533334227301327460116
Binary101011011101101111100010101111101011101111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBE2; }

 p { color: rgb(173,219,226); }

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

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

 a { background-color: rgb(173,219,226); }

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

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

 span { border-color: rgb(173,219,226); }

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