#ABDCE3

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

Shades of Powder Blue #ABDCE3

Tints of Powder Blue #ABDCE3

Color information

#ABDCE3 (or 0xABDCE3) is unknown color: approx Powder Blue. HEX triplet: AB, DC and E3. RGB value is (171,220,227). Sum of RGB (Red+Green+Blue) = 171+220+227=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCE3 is #54231C. Grayscale: #CECECE. Windows color (decimal): -5514013 or 14933163. OLE color: 14933163.

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

Color convert

RGB171220227-
CMYK0.250.0300.11
HSL187.5º50%78.04%-
HSV(B)187.5º24.67%89.02%-
XYZ56.2565.3982.33-
YUV206.15139.77102.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=27.67%
G=35.60%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712202270.250.0300.11187.55078.04
HexABDCE31930Bbc324e
Octal25333434331301327462116
Binary101010111101110011100011110011101011101111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCE3; }

 p { color: rgb(171,220,227); }

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

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

 a { background-color: rgb(171,220,227); }

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

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

 span { border-color: rgb(171,220,227); }

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