Html Css Color HEX #ACDEE0 Powder Blue

📋 copy color: '#ACDEE0'

red 172 ◦ green 222 ◦ blue 224

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

Shades of Powder Blue #ACDEE0

Tints of Powder Blue #ACDEE0

RGB

 RED value IS 172 (67.58% from 255) = 27.83%

 GREEN value IS 222 (87.11% from 255) = 35.92%

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

R = 27.83%
G = 35.92%
B = 36.25%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACDEE0 (or 0xACDEE0) is known color: Powder Blue. HEX triplet: AC, DE and E0. RGB value is (172,222,224). Sum of RGB (Red+Green+Blue) = 172+222+224=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEE0 is #53211F. Grayscale: #CFCFCF. Windows color (decimal): -5447968 or 14737068. OLE color: 14737068.

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

Color convert

RGB 172 222 224 -
CMYK 0.23 0.01 0 0.12
HSL 182.31º 0.46% 0.78% -
HSV(B) 182.31º 0.23% 0.88% -
XYZ 56.59 66.4 80.35 -
YUV 207.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 172 222 224 0.23 0.01 0 0.12 182.31 0.46 0.78
Hex AC DE E0 17 1 0 C B6 2E 4E
Octal 254 336 340 27 1 0 14 266 56 116
Binary 10101100 11011110 11100000 10111 1 0 1100 10110110 101110 1001110

Color Harmonies of #ACDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEE0

Black with #ACDEE0

Text Example


Text Example

White with #ACDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEE0; }

 p { color: rgb(172,222,224); }

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

background-color css

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

 a { background-color: rgb(172,222,224); }

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

border-color css

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

 span { border-color: rgb(172,222,224); }

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