#ADDFEA

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

Shades of Powder Blue #ADDFEA

Tints of Powder Blue #ADDFEA

Color information

#ADDFEA (or 0xADDFEA) is unknown color: approx Powder Blue. HEX triplet: AD, DF and EA. RGB value is (173,223,234). Sum of RGB (Red+Green+Blue) = 173+223+234=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEA is #522015. Grayscale: #D1D1D1. Windows color (decimal): -5382166 or 15392685. OLE color: 15392685.

HSL color Cylindrical-coordinate representation of color #ADDFEA: hue angle of 190.82º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDFEA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173223234-
CMYK0.260.0500.08
HSL190.82º59.22%79.8%-
HSV(B)190.82º26.07%91.76%-
XYZ58.4767.687.81-
YUV209.3141.94102.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=27.46%
G=35.40%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732232340.260.0500.08190.8259.2279.8
HexADDFEA1A508bf3b50
Octal25533735232501027773120
Binary1010110111011111111010101101010101000101111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFEA; }

 p { color: rgb(173,223,234); }

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

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

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

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

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

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

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