Html Css Color HEX #ACDDDF Powder Blue

📋 copy color: '#ACDDDF'

red 172 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #ACDDDF

Tints of Powder Blue #ACDDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 27.92%
G = 35.88%
B = 36.2%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACDDDF (or 0xACDDDF) is known color: Powder Blue. HEX triplet: AC, DD and DF. RGB value is (172,221,223). Sum of RGB (Red+Green+Blue) = 172+221+223=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDF is #532220. Grayscale: #CECECE. Windows color (decimal): -5448225 or 14671276. OLE color: 14671276.

HSL color Cylindrical-coordinate representation of color #ACDDDF: hue angle of 182.35º degrees, saturation: 0.44, 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 #ACDDDF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 223 -
CMYK 0.23 0.01 0 0.13
HSL 182.35º 0.44% 0.77% -
HSV(B) 182.35º 0.23% 0.87% -
XYZ 56.19 65.81 79.55 -
YUV 206.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 172 221 223 0.23 0.01 0 0.13 182.35 0.44 0.77
Hex AC DD DF 17 1 0 D B6 2C 4D
Octal 254 335 337 27 1 0 15 266 54 115
Binary 10101100 11011101 11011111 10111 1 0 1101 10110110 101100 1001101

Color Harmonies of #ACDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDDF

Black with #ACDDDF

Text Example


Text Example

White with #ACDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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