#9BFFE6

Color #9BFFE6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #9BFFE6

Tints of Water Leaf #9BFFE6

Color information

#9BFFE6 (or 0x9BFFE6) is unknown color: approx Water Leaf. HEX triplet: 9B, FF and E6. RGB value is (155,255,230). Sum of RGB (Red+Green+Blue) = 155+255+230=640 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.22% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFE6 is #640019. Grayscale: #DEDEDE. Windows color (decimal): -6553626 or 15138715. OLE color: 15138715.

HSL color Cylindrical-coordinate representation of color #9BFFE6: hue angle of 165º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFE6 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB155255230-
CMYK0.3900.100
HSL165º100%80.39%-
HSV(B)165º39.22%100%-
XYZ63.5684.287.77-
YUV222.25132.3780.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.22%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=24.22%
G=39.84%
B=35.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552300.3900.10016510080.39
Hex9BFFE6270A0a56450
Octal233377346470120245144120
Binary1001101111111111111001101001110101001010010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,230); }

 H1.HeaderClassName
 {
   color: #9BFFE6;
 }
 .AnyTagClassName
 {
   color: #9BFFE6;
 }
</style>
background-color css

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

 a { background-color: rgb(155,255,230); }

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

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

 span { border-color: rgb(155,255,230); }

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