Html Css Color HEX #ACDFE0 Powder Blue

📋 copy color: '#ACDFE0'

red 172 ◦ green 223 ◦ blue 224

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

Shades of Powder Blue #ACDFE0

Tints of Powder Blue #ACDFE0

RGB

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

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

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

R = 27.79%
G = 36.03%
B = 36.19%

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

#ACDFE0 (or 0xACDFE0) is known color: Powder Blue. HEX triplet: AC, DF and E0. RGB value is (172,223,224). Sum of RGB (Red+Green+Blue) = 172+223+224=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFE0 is #53201F. Grayscale: #CFCFCF. Windows color (decimal): -5447712 or 14737324. OLE color: 14737324.

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

Color convert

RGB 172 223 224 -
CMYK 0.23 0.00 0 0.12
HSL 181.15º 0.46% 0.78% -
HSV(B) 181.15º 0.23% 0.88% -
XYZ 56.86 66.93 80.44 -
YUV 207.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 172 223 224 0.23 0.00 0 0.12 181.15 0.46 0.78
Hex AC DF E0 17 0 0 C B5 2E 4E
Octal 254 337 340 27 0 0 14 265 56 116
Binary 10101100 11011111 11100000 10111 0 0 1100 10110101 101110 1001110

Color Harmonies of #ACDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFE0

Black with #ACDFE0

Text Example


Text Example

White with #ACDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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