Html Css Color HEX #ACEBDF Water Leaf

📋 copy color: '#ACEBDF'

red 172 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #ACEBDF

Tints of Water Leaf #ACEBDF

RGB

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

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

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

R = 27.3%
G = 37.3%
B = 35.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ACEBDF (or 0xACEBDF) is known color: Water Leaf. HEX triplet: AC, EB and DF. RGB value is (172,235,223). Sum of RGB (Red+Green+Blue) = 172+235+223=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBDF is #531420. Grayscale: #D6D6D6. Windows color (decimal): -5444641 or 14674860. OLE color: 14674860.

HSL color Cylindrical-coordinate representation of color #ACEBDF: hue angle of 168.57º 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 #ACEBDF is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 223 -
CMYK 0.27 0 0.05 0.08
HSL 168.57º 0.61% 0.8% -
HSV(B) 168.57º 0.27% 0.92% -
XYZ 60.04 73.52 80.84 -
YUV 214.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 172 235 223 0.27 0 0.05 0.08 168.57 0.61 0.8
Hex AC EB DF 1B 0 5 8 A9 3D 50
Octal 254 353 337 33 0 5 10 251 75 120
Binary 10101100 11101011 11011111 11011 0 101 1000 10101001 111101 1010000

Color Harmonies of #ACEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBDF

Black with #ACEBDF

Text Example


Text Example

White with #ACEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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