#ADDBDB

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

Shades of Powder Blue #ADDBDB

Tints of Powder Blue #ADDBDB

Color information

#ADDBDB (or 0xADDBDB) is unknown color: approx Powder Blue. HEX triplet: AD, DB and DB. RGB value is (173,219,219). Sum of RGB (Red+Green+Blue) = 173+219+219=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #ADDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDB is #522424. Grayscale: #CDCDCD. Windows color (decimal): -5383205 or 14408621. OLE color: 14408621.

HSL color Cylindrical-coordinate representation of color #ADDBDB: hue angle of 180º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBDB is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173219219-
CMYK0.21000.14
HSL180º38.98%76.86%-
HSV(B)180º21%85.88%-
XYZ55.3564.6676.58-
YUV205.25135.76105-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=28.31%
G=35.84%
B=35.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732192190.21000.1418038.9876.86
HexADDBDB1500Eb4274d
Octal25533333325001626447115
Binary10101101110110111101101110101001110101101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBDB; }

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

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

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

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

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

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

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

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