Html Css Color HEX #ACD8DB Powder Blue

📋 copy color: '#ACD8DB'

red 172 ◦ green 216 ◦ blue 219

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

Shades of Powder Blue #ACD8DB

Tints of Powder Blue #ACD8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 28.34%
G = 35.58%
B = 36.08%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACD8DB (or 0xACD8DB) is known color: Powder Blue. HEX triplet: AC, D8 and DB. RGB value is (172,216,219). Sum of RGB (Red+Green+Blue) = 172+216+219=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DB is #532724. Grayscale: #CBCBCB. Windows color (decimal): -5449509 or 14407852. OLE color: 14407852.

HSL color Cylindrical-coordinate representation of color #ACD8DB: hue angle of 183.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD8DB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 216 219 -
CMYK 0.21 0.01 0 0.14
HSL 183.83º 0.39% 0.77% -
HSV(B) 183.83º 0.21% 0.86% -
XYZ 54.36 63 76.31 -
YUV 203.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 172 216 219 0.21 0.01 0 0.14 183.83 0.39 0.77
Hex AC D8 DB 15 1 0 E B8 27 4D
Octal 254 330 333 25 1 0 16 270 47 115
Binary 10101100 11011000 11011011 10101 1 0 1110 10111000 100111 1001101

Color Harmonies of #ACD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8DB

Black with #ACD8DB

Text Example


Text Example

White with #ACD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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