Html Css Color HEX #ACDFE6 Powder Blue

📋 copy color: '#ACDFE6'

red 172 ◦ green 223 ◦ blue 230

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

Shades of Powder Blue #ACDFE6

Tints of Powder Blue #ACDFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 27.52%
G = 35.68%
B = 36.8%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACDFE6 (or 0xACDFE6) is known color: Powder Blue. HEX triplet: AC, DF and E6. RGB value is (172,223,230). Sum of RGB (Red+Green+Blue) = 172+223+230=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACDFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFE6 is #532019. Grayscale: #D0D0D0. Windows color (decimal): -5447706 or 15130540. OLE color: 15130540.

HSL color Cylindrical-coordinate representation of color #ACDFE6: hue angle of 187.24º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDFE6 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 223 230 -
CMYK 0.25 0.03 0 0.10
HSL 187.24º 0.54% 0.79% -
HSV(B) 187.24º 0.25% 0.9% -
XYZ 57.68 67.26 84.8 -
YUV 208.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 172 223 230 0.25 0.03 0 0.10 187.24 0.54 0.79
Hex AC DF E6 19 3 0 A BB 36 4F
Octal 254 337 346 31 3 0 12 273 66 117
Binary 10101100 11011111 11100110 11001 11 0 1010 10111011 110110 1001111

Color Harmonies of #ACDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFE6

Black with #ACDFE6

Text Example


Text Example

White with #ACDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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