Html Css Color HEX #ACDADE Powder Blue

📋 copy color: '#ACDADE'

red 172 ◦ green 218 ◦ blue 222

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

Shades of Powder Blue #ACDADE

Tints of Powder Blue #ACDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.62%

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

R = 28.1%
G = 35.62%
B = 36.27%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACDADE (or 0xACDADE) is known color: Powder Blue. HEX triplet: AC, DA and DE. RGB value is (172,218,222). Sum of RGB (Red+Green+Blue) = 172+218+222=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACDADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADE is #532521. Grayscale: #CCCCCC. Windows color (decimal): -5448994 or 14604972. OLE color: 14604972.

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

Color convert

RGB 172 218 222 -
CMYK 0.23 0.02 0 0.13
HSL 184.8º 0.43% 0.77% -
HSV(B) 184.8º 0.23% 0.87% -
XYZ 55.27 64.19 78.58 -
YUV 204.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 172 218 222 0.23 0.02 0 0.13 184.8 0.43 0.77
Hex AC DA DE 17 2 0 D B9 2B 4D
Octal 254 332 336 27 2 0 15 271 53 115
Binary 10101100 11011010 11011110 10111 10 0 1101 10111001 101011 1001101

Color Harmonies of #ACDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDADE

Black with #ACDADE

Text Example


Text Example

White with #ACDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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