Html Css Color HEX #ACDDE6 Powder Blue

📋 copy color: '#ACDDE6'

red 172 ◦ green 221 ◦ blue 230

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

Shades of Powder Blue #ACDDE6

Tints of Powder Blue #ACDDE6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.47%

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

R = 27.61%
G = 35.47%
B = 36.92%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACDDE6 (or 0xACDDE6) is known color: Powder Blue. HEX triplet: AC, DD and E6. RGB value is (172,221,230). Sum of RGB (Red+Green+Blue) = 172+221+230=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACDDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDE6 is #532219. Grayscale: #CFCFCF. Windows color (decimal): -5448218 or 15130028. OLE color: 15130028.

HSL color Cylindrical-coordinate representation of color #ACDDE6: hue angle of 189.31º 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 #ACDDE6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 221 230 -
CMYK 0.25 0.04 0 0.10
HSL 189.31º 0.54% 0.79% -
HSV(B) 189.31º 0.25% 0.9% -
XYZ 57.15 66.2 84.63 -
YUV 207.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 172 221 230 0.25 0.04 0 0.10 189.31 0.54 0.79
Hex AC DD E6 19 4 0 A BD 36 4F
Octal 254 335 346 31 4 0 12 275 66 117
Binary 10101100 11011101 11100110 11001 100 0 1010 10111101 110110 1001111

Color Harmonies of #ACDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDE6

Black with #ACDDE6

Text Example


Text Example

White with #ACDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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