Html Css Color HEX #ACD8DD Powder Blue

📋 copy color: '#ACD8DD'

red 172 ◦ green 216 ◦ blue 221

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

Shades of Powder Blue #ACD8DD

Tints of Powder Blue #ACD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.47%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 28.24%
G = 35.47%
B = 36.29%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD8DD (or 0xACD8DD) is known color: Powder Blue. HEX triplet: AC, D8 and DD. RGB value is (172,216,221). Sum of RGB (Red+Green+Blue) = 172+216+221=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DD is #532722. Grayscale: #CBCBCB. Windows color (decimal): -5449507 or 14538924. OLE color: 14538924.

HSL color Cylindrical-coordinate representation of color #ACD8DD: hue angle of 186.12º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD8DD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 216 221 -
CMYK 0.22 0.02 0 0.13
HSL 186.12º 0.42% 0.77% -
HSV(B) 186.12º 0.22% 0.87% -
XYZ 54.62 63.1 77.71 -
YUV 203.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 172 216 221 0.22 0.02 0 0.13 186.12 0.42 0.77
Hex AC D8 DD 16 2 0 D BA 2A 4D
Octal 254 330 335 26 2 0 15 272 52 115
Binary 10101100 11011000 11011101 10110 10 0 1101 10111010 101010 1001101

Color Harmonies of #ACD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8DD

Black with #ACD8DD

Text Example


Text Example

White with #ACD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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