Html Css Color HEX #ACD7DA Powder Blue

📋 copy color: '#ACD7DA'

red 172 ◦ green 215 ◦ blue 218

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

Shades of Powder Blue #ACD7DA

Tints of Powder Blue #ACD7DA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.54%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 28.43%
G = 35.54%
B = 36.03%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACD7DA (or 0xACD7DA) is known color: Powder Blue. HEX triplet: AC, D7 and DA. RGB value is (172,215,218). Sum of RGB (Red+Green+Blue) = 172+215+218=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DA is #532825. Grayscale: #CACACA. Windows color (decimal): -5449766 or 14342060. OLE color: 14342060.

HSL color Cylindrical-coordinate representation of color #ACD7DA: hue angle of 183.91º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD7DA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 215 218 -
CMYK 0.21 0.01 0 0.15
HSL 183.91º 0.38% 0.76% -
HSV(B) 183.91º 0.21% 0.85% -
XYZ 53.97 62.43 75.54 -
YUV 202.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 172 215 218 0.21 0.01 0 0.15 183.91 0.38 0.76
Hex AC D7 DA 15 1 0 F B8 26 4C
Octal 254 327 332 25 1 0 17 270 46 114
Binary 10101100 11010111 11011010 10101 1 0 1111 10111000 100110 1001100

Color Harmonies of #ACD7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7DA

Black with #ACD7DA

Text Example


Text Example

White with #ACD7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7DA; }

 p { color: rgb(172,215,218); }

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

background-color css

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

 a { background-color: rgb(172,215,218); }

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

border-color css

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

 span { border-color: rgb(172,215,218); }

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