Html Css Color HEX #9CFEE6 Water Leaf

📋 copy color: '#9CFEE6'

red 156 ◦ green 254 ◦ blue 230

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

Shades of Water Leaf #9CFEE6

Tints of Water Leaf #9CFEE6

RGB

 RED value IS 156 (61.33% from 255) = 24.38%

 GREEN value IS 254 (99.61% from 255) = 39.69%

 BLUE value IS 230 (90.23% from 255) = 35.94%

R = 24.38%
G = 39.69%
B = 35.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#9CFEE6 (or 0x9CFEE6) is known color: Water Leaf. HEX triplet: 9C, FE and E6. RGB value is (156,254,230). Sum of RGB (Red+Green+Blue) = 156+254+230=640 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.38% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEE6 is #630119. Grayscale: #DDDDDD. Windows color (decimal): -6488346 or 15138460. OLE color: 15138460.

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

Color convert

RGB 156 254 230 -
CMYK 0.39 0 0.09 0.00
HSL 165.31º 0.98% 0.8% -
HSV(B) 165.31º 0.39% 1% -
XYZ 63.44 83.66 87.67 -
YUV 221.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 156 254 230 0.39 0 0.09 0.00 165.31 0.98 0.8
Hex 9C FE E6 27 0 9 0 A5 62 50
Octal 234 376 346 47 0 11 0 245 142 120
Binary 10011100 11111110 11100110 100111 0 1001 0 10100101 1100010 1010000

Color Harmonies of #9CFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFEE6

Black with #9CFEE6

Text Example


Text Example

White with #9CFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,254,230); }

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

background-color css

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

 a { background-color: rgb(156,254,230); }

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

border-color css

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

 span { border-color: rgb(156,254,230); }

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