Html Css Color HEX #ACDBE0 Powder Blue

📋 copy color: '#ACDBE0'

red 172 ◦ green 219 ◦ blue 224

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

Shades of Powder Blue #ACDBE0

Tints of Powder Blue #ACDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.61%

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 27.97%
G = 35.61%
B = 36.42%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACDBE0 (or 0xACDBE0) is known color: Powder Blue. HEX triplet: AC, DB and E0. RGB value is (172,219,224). Sum of RGB (Red+Green+Blue) = 172+219+224=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBE0 is #53241F. Grayscale: #CDCDCD. Windows color (decimal): -5448736 or 14736300. OLE color: 14736300.

HSL color Cylindrical-coordinate representation of color #ACDBE0: hue angle of 185.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDBE0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 219 224 -
CMYK 0.23 0.02 0 0.12
HSL 185.77º 0.46% 0.78% -
HSV(B) 185.77º 0.23% 0.88% -
XYZ 55.8 64.82 80.09 -
YUV 205.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 172 219 224 0.23 0.02 0 0.12 185.77 0.46 0.78
Hex AC DB E0 17 2 0 C BA 2E 4E
Octal 254 333 340 27 2 0 14 272 56 116
Binary 10101100 11011011 11100000 10111 10 0 1100 10111010 101110 1001110

Color Harmonies of #ACDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBE0

Black with #ACDBE0

Text Example


Text Example

White with #ACDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBE0; }

 p { color: rgb(172,219,224); }

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

background-color css

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

 a { background-color: rgb(172,219,224); }

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

border-color css

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

 span { border-color: rgb(172,219,224); }

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