Html Css Color HEX #ABEBDF Water Leaf

📋 copy color: '#ABEBDF'

red 171 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #ABEBDF

Tints of Water Leaf #ABEBDF

RGB

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

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

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

R = 27.19%
G = 37.36%
B = 35.45%

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

#ABEBDF (or 0xABEBDF) is known color: Water Leaf. HEX triplet: AB, EB and DF. RGB value is (171,235,223). Sum of RGB (Red+Green+Blue) = 171+235+223=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBDF is #541420. Grayscale: #D6D6D6. Windows color (decimal): -5510177 or 14674859. OLE color: 14674859.

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

Color convert

RGB 171 235 223 -
CMYK 0.27 0 0.05 0.08
HSL 168.75º 0.62% 0.8% -
HSV(B) 168.75º 0.27% 0.92% -
XYZ 59.82 73.4 80.83 -
YUV 214.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 171 235 223 0.27 0 0.05 0.08 168.75 0.62 0.8
Hex AB EB DF 1B 0 5 8 A9 3E 50
Octal 253 353 337 33 0 5 10 251 76 120
Binary 10101011 11101011 11011111 11011 0 101 1000 10101001 111110 1010000

Color Harmonies of #ABEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBDF

Black with #ABEBDF

Text Example


Text Example

White with #ABEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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