Html Css Color HEX #ACDFE7 Powder Blue

📋 copy color: '#ACDFE7'

red 172 ◦ green 223 ◦ blue 231

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

Shades of Powder Blue #ACDFE7

Tints of Powder Blue #ACDFE7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.62%

 BLUE value IS 231 (90.63% from 255) = 36.9%

R = 27.48%
G = 35.62%
B = 36.9%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACDFE7 (or 0xACDFE7) is known color: Powder Blue. HEX triplet: AC, DF and E7. RGB value is (172,223,231). Sum of RGB (Red+Green+Blue) = 172+223+231=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACDFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFE7 is #532018. Grayscale: #D0D0D0. Windows color (decimal): -5447705 or 15196076. OLE color: 15196076.

HSL color Cylindrical-coordinate representation of color #ACDFE7: hue angle of 188.14º degrees, saturation: 0.55, 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 #ACDFE7 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 223 231 -
CMYK 0.26 0.03 0 0.09
HSL 188.14º 0.55% 0.79% -
HSV(B) 188.14º 0.26% 0.91% -
XYZ 57.82 67.32 85.55 -
YUV 208.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 172 223 231 0.26 0.03 0 0.09 188.14 0.55 0.79
Hex AC DF E7 1A 3 0 9 BC 37 4F
Octal 254 337 347 32 3 0 11 274 67 117
Binary 10101100 11011111 11100111 11010 11 0 1001 10111100 110111 1001111

Color Harmonies of #ACDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFE7

Black with #ACDFE7

Text Example


Text Example

White with #ACDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFE7; }

 p { color: rgb(172,223,231); }

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

background-color css

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

 a { background-color: rgb(172,223,231); }

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

border-color css

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

 span { border-color: rgb(172,223,231); }

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