Html Css Color HEX #ACDFE3 Powder Blue

📋 copy color: '#ACDFE3'

red 172 ◦ green 223 ◦ blue 227

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

Shades of Powder Blue #ACDFE3

Tints of Powder Blue #ACDFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 27.65%
G = 35.85%
B = 36.5%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACDFE3 (or 0xACDFE3) is known color: Powder Blue. HEX triplet: AC, DF and E3. RGB value is (172,223,227). Sum of RGB (Red+Green+Blue) = 172+223+227=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFE3 is #53201C. Grayscale: #D0D0D0. Windows color (decimal): -5447709 or 14933932. OLE color: 14933932.

HSL color Cylindrical-coordinate representation of color #ACDFE3: hue angle of 184.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDFE3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 223 227 -
CMYK 0.24 0.02 0 0.11
HSL 184.36º 0.5% 0.78% -
HSV(B) 184.36º 0.24% 0.89% -
XYZ 57.27 67.09 82.6 -
YUV 208.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 172 223 227 0.24 0.02 0 0.11 184.36 0.5 0.78
Hex AC DF E3 18 2 0 B B8 32 4E
Octal 254 337 343 30 2 0 13 270 62 116
Binary 10101100 11011111 11100011 11000 10 0 1011 10111000 110010 1001110

Color Harmonies of #ACDFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFE3

Black with #ACDFE3

Text Example


Text Example

White with #ACDFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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