Html Css Color HEX #ACDCDF Powder Blue

📋 copy color: '#ACDCDF'

red 172 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #ACDCDF

Tints of Powder Blue #ACDCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 27.97%
G = 35.77%
B = 36.26%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACDCDF (or 0xACDCDF) is known color: Powder Blue. HEX triplet: AC, DC and DF. RGB value is (172,220,223). Sum of RGB (Red+Green+Blue) = 172+220+223=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCDF is #532320. Grayscale: #CDCDCD. Windows color (decimal): -5448481 or 14671020. OLE color: 14671020.

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

Color convert

RGB 172 220 223 -
CMYK 0.23 0.01 0 0.13
HSL 183.53º 0.44% 0.77% -
HSV(B) 183.53º 0.23% 0.87% -
XYZ 55.93 65.28 79.47 -
YUV 205.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 172 220 223 0.23 0.01 0 0.13 183.53 0.44 0.77
Hex AC DC DF 17 1 0 D B8 2C 4D
Octal 254 334 337 27 1 0 15 270 54 115
Binary 10101100 11011100 11011111 10111 1 0 1101 10111000 101100 1001101

Color Harmonies of #ACDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCDF

Black with #ACDCDF

Text Example


Text Example

White with #ACDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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