Html Css Color HEX #ACEBDD Water Leaf

📋 copy color: '#ACEBDD'

red 172 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #ACEBDD

Tints of Water Leaf #ACEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 27.39%
G = 37.42%
B = 35.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#ACEBDD (or 0xACEBDD) is known color: Water Leaf. HEX triplet: AC, EB and DD. RGB value is (172,235,221). Sum of RGB (Red+Green+Blue) = 172+235+221=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBDD is #531422. Grayscale: #D6D6D6. Windows color (decimal): -5444643 or 14543788. OLE color: 14543788.

HSL color Cylindrical-coordinate representation of color #ACEBDD: hue angle of 166.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBDD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 221 -
CMYK 0.27 0 0.06 0.08
HSL 166.67º 0.61% 0.8% -
HSV(B) 166.67º 0.27% 0.92% -
XYZ 59.77 73.41 79.43 -
YUV 214.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 172 235 221 0.27 0 0.06 0.08 166.67 0.61 0.8
Hex AC EB DD 1B 0 6 8 A7 3D 50
Octal 254 353 335 33 0 6 10 247 75 120
Binary 10101100 11101011 11011101 11011 0 110 1000 10100111 111101 1010000

Color Harmonies of #ACEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBDD

Black with #ACEBDD

Text Example


Text Example

White with #ACEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBDD; }

 p { color: rgb(172,235,221); }

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

background-color css

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

 a { background-color: rgb(172,235,221); }

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

border-color css

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

 span { border-color: rgb(172,235,221); }

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