Html Css Color HEX #ADDFE0 Powder Blue

📋 copy color: '#ADDFE0'

red 173 ◦ green 223 ◦ blue 224

#ADDFE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #ADDFE0

Tints of Powder Blue #ADDFE0

RGB

 RED value IS 173 (67.97% from 255) = 27.9%

 GREEN value IS 223 (87.5% from 255) = 35.97%

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 27.9%
G = 35.97%
B = 36.13%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADDFE0 (or 0xADDFE0) is known color: Powder Blue. HEX triplet: AD, DF and E0. RGB value is (173,223,224). Sum of RGB (Red+Green+Blue) = 173+223+224=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFE0 is #52201F. Grayscale: #D0D0D0. Windows color (decimal): -5382176 or 14737325. OLE color: 14737325.

HSL color Cylindrical-coordinate representation of color #ADDFE0: hue angle of 181.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDFE0 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 223 224 -
CMYK 0.23 0.00 0 0.12
HSL 181.18º 0.45% 0.78% -
HSV(B) 181.18º 0.23% 0.88% -
XYZ 57.08 67.04 80.45 -
YUV 208.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 173 223 224 0.23 0.00 0 0.12 181.18 0.45 0.78
Hex AD DF E0 17 0 0 C B5 2D 4E
Octal 255 337 340 27 0 0 14 265 55 116
Binary 10101101 11011111 11100000 10111 0 0 1100 10110101 101101 1001110

Color Harmonies of #ADDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFE0

Black with #ADDFE0

Text Example


Text Example

White with #ADDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFE0; }

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

 H1.HeaderClassName
 {
   color: #ADDFE0;
 }
 .AnyTagClassName
 {
   color: #ADDFE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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