Html Css Color HEX #9BFFE6 Water Leaf

📋 copy color: '#9BFFE6'

red 155 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #9BFFE6

Tints of Water Leaf #9BFFE6

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 value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#9BFFE6 (or 0x9BFFE6) is known color: 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

RGB 155 255 230 -
CMYK 0.39 0 0.10 0
HSL 165º 1% 0.8% -
HSV(B) 165º 0.39% 1% -
XYZ 63.56 84.2 87.77 -
YUV 222.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 155 255 230 0.39 0 0.10 0 165 1 0.8
Hex 9B FF E6 27 0 A 0 A5 64 50
Octal 233 377 346 47 0 12 0 245 144 120
Binary 10011011 11111111 11100110 100111 0 1010 0 10100101 1100100 1010000

Color Harmonies of #9BFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFE6

Black with #9BFFE6

Text Example


Text Example

White with #9BFFE6

Text Example


Text Example

HTML Codes & Css Web 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>