Html Css Color HEX #A8FBE2 Water Leaf

📋 copy color: '#A8FBE2'

red 168 ◦ green 251 ◦ blue 226

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

Shades of Water Leaf #A8FBE2

Tints of Water Leaf #A8FBE2

RGB

 RED value IS 168 (66.02% from 255) = 26.05%

 GREEN value IS 251 (98.44% from 255) = 38.91%

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

R = 26.05%
G = 38.91%
B = 35.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#A8FBE2 (or 0xA8FBE2) is known color: Water Leaf. HEX triplet: A8, FB and E2. RGB value is (168,251,226). Sum of RGB (Red+Green+Blue) = 168+251+226=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBE2 is #57041D. Grayscale: #DFDFDF. Windows color (decimal): -5702686 or 14875560. OLE color: 14875560.

HSL color Cylindrical-coordinate representation of color #A8FBE2: hue angle of 161.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBE2 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 251 226 -
CMYK 0.33 0 0.10 0.02
HSL 161.93º 0.91% 0.82% -
HSV(B) 161.93º 0.33% 0.98% -
XYZ 64.37 82.81 84.54 -
YUV 223.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 168 251 226 0.33 0 0.10 0.02 161.93 0.91 0.82
Hex A8 FB E2 21 0 A 2 A2 5B 52
Octal 250 373 342 41 0 12 2 242 133 122
Binary 10101000 11111011 11100010 100001 0 1010 10 10100010 1011011 1010010

Color Harmonies of #A8FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FBE2

Black with #A8FBE2

Text Example


Text Example

White with #A8FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FBE2; }

 p { color: rgb(168,251,226); }

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

background-color css

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

 a { background-color: rgb(168,251,226); }

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

border-color css

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

 span { border-color: rgb(168,251,226); }

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