Html Css Color HEX #ACDDDE Powder Blue

📋 copy color: '#ACDDDE'

red 172 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #ACDDDE

Tints of Powder Blue #ACDDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 27.97%
G = 35.93%
B = 36.1%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACDDDE (or 0xACDDDE) is known color: Powder Blue. HEX triplet: AC, DD and DE. RGB value is (172,221,222). Sum of RGB (Red+Green+Blue) = 172+221+222=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDE is #532221. Grayscale: #CECECE. Windows color (decimal): -5448226 or 14605740. OLE color: 14605740.

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

Color convert

RGB 172 221 222 -
CMYK 0.23 0.00 0 0.13
HSL 181.2º 0.43% 0.77% -
HSV(B) 181.2º 0.23% 0.87% -
XYZ 56.05 65.76 78.85 -
YUV 206.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 172 221 222 0.23 0.00 0 0.13 181.2 0.43 0.77
Hex AC DD DE 17 0 0 D B5 2B 4D
Octal 254 335 336 27 0 0 15 265 53 115
Binary 10101100 11011101 11011110 10111 0 0 1101 10110101 101011 1001101

Color Harmonies of #ACDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDDE

Black with #ACDDDE

Text Example


Text Example

White with #ACDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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