Html Css Color HEX #ACDCE3 Powder Blue

📋 copy color: '#ACDCE3'

red 172 ◦ green 220 ◦ blue 227

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

Shades of Powder Blue #ACDCE3

Tints of Powder Blue #ACDCE3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 27.79%
G = 35.54%
B = 36.67%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACDCE3 (or 0xACDCE3) is known color: Powder Blue. HEX triplet: AC, DC and E3. RGB value is (172,220,227). Sum of RGB (Red+Green+Blue) = 172+220+227=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCE3 is #53231C. Grayscale: #CECECE. Windows color (decimal): -5448477 or 14933164. OLE color: 14933164.

HSL color Cylindrical-coordinate representation of color #ACDCE3: hue angle of 187.64º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDCE3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 220 227 -
CMYK 0.24 0.03 0 0.11
HSL 187.64º 0.5% 0.78% -
HSV(B) 187.64º 0.24% 0.89% -
XYZ 56.47 65.5 82.34 -
YUV 206.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 172 220 227 0.24 0.03 0 0.11 187.64 0.5 0.78
Hex AC DC E3 18 3 0 B BC 32 4E
Octal 254 334 343 30 3 0 13 274 62 116
Binary 10101100 11011100 11100011 11000 11 0 1011 10111100 110010 1001110

Color Harmonies of #ACDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCE3

Black with #ACDCE3

Text Example


Text Example

White with #ACDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCE3; }

 p { color: rgb(172,220,227); }

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

background-color css

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

 a { background-color: rgb(172,220,227); }

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

border-color css

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

 span { border-color: rgb(172,220,227); }

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