Html Css Color HEX #9BF5E2 Water Leaf

📋 copy color: '#9BF5E2'

red 155 ◦ green 245 ◦ blue 226

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

Shades of Water Leaf #9BF5E2

Tints of Water Leaf #9BF5E2

RGB

 RED value IS 155 (60.94% from 255) = 24.76%

 GREEN value IS 245 (96.09% from 255) = 39.14%

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

R = 24.76%
G = 39.14%
B = 36.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#9BF5E2 (or 0x9BF5E2) is known color: Water Leaf. HEX triplet: 9B, F5 and E2. RGB value is (155,245,226). Sum of RGB (Red+Green+Blue) = 155+245+226=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF5E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF5E2 is #640A1D. Grayscale: #D7D7D7. Windows color (decimal): -6556190 or 14874011. OLE color: 14874011.

HSL color Cylindrical-coordinate representation of color #9BF5E2: hue angle of 167.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF5E2 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 245 226 -
CMYK 0.37 0 0.08 0.04
HSL 167.33º 0.82% 0.78% -
HSV(B) 167.33º 0.37% 0.96% -
XYZ 59.9 77.76 83.8 -
YUV 215.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 155 245 226 0.37 0 0.08 0.04 167.33 0.82 0.78
Hex 9B F5 E2 25 0 8 4 A7 52 4E
Octal 233 365 342 45 0 10 4 247 122 116
Binary 10011011 11110101 11100010 100101 0 1000 100 10100111 1010010 1001110

Color Harmonies of #9BF5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF5E2

Black with #9BF5E2

Text Example


Text Example

White with #9BF5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BF5E2; }

 p { color: rgb(155,245,226); }

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

background-color css

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

 a { background-color: rgb(155,245,226); }

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

border-color css

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

 span { border-color: rgb(155,245,226); }

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