Html Css Color HEX #ABECE2 Water Leaf

📋 copy color: '#ABECE2'

red 171 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #ABECE2

Tints of Water Leaf #ABECE2

RGB

 RED value IS 171 (67.19% from 255) = 27.01%

 GREEN value IS 236 (92.58% from 255) = 37.28%

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 27.01%
G = 37.28%
B = 35.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ABECE2 (or 0xABECE2) is known color: Water Leaf. HEX triplet: AB, EC and E2. RGB value is (171,236,226). Sum of RGB (Red+Green+Blue) = 171+236+226=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECE2 is #54131D. Grayscale: #D7D7D7. Windows color (decimal): -5509918 or 14871723. OLE color: 14871723.

HSL color Cylindrical-coordinate representation of color #ABECE2: hue angle of 170.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECE2 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 226 -
CMYK 0.28 0 0.04 0.07
HSL 170.77º 0.63% 0.8% -
HSV(B) 170.77º 0.28% 0.93% -
XYZ 60.52 74.14 83.07 -
YUV 215.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 171 236 226 0.28 0 0.04 0.07 170.77 0.63 0.8
Hex AB EC E2 1C 0 4 7 AB 3F 50
Octal 253 354 342 34 0 4 7 253 77 120
Binary 10101011 11101100 11100010 11100 0 100 111 10101011 111111 1010000

Color Harmonies of #ABECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECE2

Black with #ABECE2

Text Example


Text Example

White with #ABECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECE2; }

 p { color: rgb(171,236,226); }

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

background-color css

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

 a { background-color: rgb(171,236,226); }

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

border-color css

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

 span { border-color: rgb(171,236,226); }

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