Html Css Color HEX #ACDBDD Powder Blue

📋 copy color: '#ACDBDD'

red 172 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #ACDBDD

Tints of Powder Blue #ACDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

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

R = 28.1%
G = 35.78%
B = 36.11%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACDBDD (or 0xACDBDD) is known color: Powder Blue. HEX triplet: AC, DB and DD. RGB value is (172,219,221). Sum of RGB (Red+Green+Blue) = 172+219+221=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBDD is #532422. Grayscale: #CDCDCD. Windows color (decimal): -5448739 or 14539692. OLE color: 14539692.

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

Color convert

RGB 172 219 221 -
CMYK 0.22 0.01 0 0.13
HSL 182.45º 0.42% 0.77% -
HSV(B) 182.45º 0.22% 0.87% -
XYZ 55.4 64.65 77.97 -
YUV 205.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 172 219 221 0.22 0.01 0 0.13 182.45 0.42 0.77
Hex AC DB DD 16 1 0 D B6 2A 4D
Octal 254 333 335 26 1 0 15 266 52 115
Binary 10101100 11011011 11011101 10110 1 0 1101 10110110 101010 1001101

Color Harmonies of #ACDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBDD

Black with #ACDBDD

Text Example


Text Example

White with #ACDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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