Html Css Color HEX #ADDCE0 Powder Blue

📋 copy color: '#ADDCE0'

red 173 ◦ green 220 ◦ blue 224

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

Shades of Powder Blue #ADDCE0

Tints of Powder Blue #ADDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

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

R = 28.04%
G = 35.66%
B = 36.3%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADDCE0 (or 0xADDCE0) is known color: Powder Blue. HEX triplet: AD, DC and E0. RGB value is (173,220,224). Sum of RGB (Red+Green+Blue) = 173+220+224=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE0 is #52231F. Grayscale: #CECECE. Windows color (decimal): -5382944 or 14736557. OLE color: 14736557.

HSL color Cylindrical-coordinate representation of color #ADDCE0: hue angle of 184.71º 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 #ADDCE0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 220 224 -
CMYK 0.23 0.02 0 0.12
HSL 184.71º 0.45% 0.78% -
HSV(B) 184.71º 0.23% 0.88% -
XYZ 56.28 65.45 80.19 -
YUV 206.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 173 220 224 0.23 0.02 0 0.12 184.71 0.45 0.78
Hex AD DC E0 17 2 0 C B9 2D 4E
Octal 255 334 340 27 2 0 14 271 55 116
Binary 10101101 11011100 11100000 10111 10 0 1100 10111001 101101 1001110

Color Harmonies of #ADDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCE0

Black with #ADDCE0

Text Example


Text Example

White with #ADDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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