#ABDADB

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

Shades of Powder Blue #ABDADB

Tints of Powder Blue #ABDADB

Color information

#ABDADB (or 0xABDADB) is unknown color: approx Powder Blue. HEX triplet: AB, DA and DB. RGB value is (171,218,219). Sum of RGB (Red+Green+Blue) = 171+218+219=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDADB is #542524. Grayscale: #CCCCCC. Windows color (decimal): -5514533 or 14408363. OLE color: 14408363.

HSL color Cylindrical-coordinate representation of color #ABDADB: hue angle of 181.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDADB is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171218219-
CMYK0.220.0000.14
HSL181.25º40%76.47%-
HSV(B)181.25º21.92%85.88%-
XYZ54.6563.9276.47-
YUV204.06136.43104.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=28.12%
G=35.86%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712182190.220.0000.14181.254076.47
HexABDADB1600Eb5284c
Octal25333233326001626550114
Binary10101011110110101101101110110001110101101011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDADB; }

 p { color: rgb(171,218,219); }

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

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

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

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

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

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

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