Html Css Color HEX #ABFCEA Water Leaf

📋 copy color: '#ABFCEA'

red 171 ◦ green 252 ◦ blue 234

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

Shades of Water Leaf #ABFCEA

Tints of Water Leaf #ABFCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.36%

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 26.03%
G = 38.36%
B = 35.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#ABFCEA (or 0xABFCEA) is known color: Water Leaf. HEX triplet: AB, FC and EA. RGB value is (171,252,234). Sum of RGB (Red+Green+Blue) = 171+252+234=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCEA is #540315. Grayscale: #E1E1E1. Windows color (decimal): -5505814 or 15400107. OLE color: 15400107.

HSL color Cylindrical-coordinate representation of color #ABFCEA: hue angle of 166.67º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCEA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 234 -
CMYK 0.32 0 0.07 0.01
HSL 166.67º 0.93% 0.83% -
HSV(B) 166.67º 0.32% 0.99% -
XYZ 66.46 84.22 90.6 -
YUV 225.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 171 252 234 0.32 0 0.07 0.01 166.67 0.93 0.83
Hex AB FC EA 20 0 7 1 A7 5D 53
Octal 253 374 352 40 0 7 1 247 135 123
Binary 10101011 11111100 11101010 100000 0 111 1 10100111 1011101 1010011

Color Harmonies of #ABFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCEA

Black with #ABFCEA

Text Example


Text Example

White with #ABFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCEA; }

 p { color: rgb(171,252,234); }

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

background-color css

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

 a { background-color: rgb(171,252,234); }

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

border-color css

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

 span { border-color: rgb(171,252,234); }

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