Html Css Color HEX #ACDEE8 Powder Blue

📋 copy color: '#ACDEE8'

red 172 ◦ green 222 ◦ blue 232

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

Shades of Powder Blue #ACDEE8

Tints of Powder Blue #ACDEE8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.46%

 BLUE value IS 232 (91.02% from 255) = 37.06%

R = 27.48%
G = 35.46%
B = 37.06%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACDEE8 (or 0xACDEE8) is known color: Powder Blue. HEX triplet: AC, DE and E8. RGB value is (172,222,232). Sum of RGB (Red+Green+Blue) = 172+222+232=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEE8 is #532117. Grayscale: #D0D0D0. Windows color (decimal): -5447960 or 15261356. OLE color: 15261356.

HSL color Cylindrical-coordinate representation of color #ACDEE8: hue angle of 190º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDEE8 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 222 232 -
CMYK 0.26 0.04 0 0.09
HSL 190º 0.57% 0.79% -
HSV(B) 190º 0.26% 0.91% -
XYZ 57.7 66.84 86.2 -
YUV 208.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 172 222 232 0.26 0.04 0 0.09 190 0.57 0.79
Hex AC DE E8 1A 4 0 9 BE 39 4F
Octal 254 336 350 32 4 0 11 276 71 117
Binary 10101100 11011110 11101000 11010 100 0 1001 10111110 111001 1001111

Color Harmonies of #ACDEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEE8

Black with #ACDEE8

Text Example


Text Example

White with #ACDEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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