Html Css Color HEX #9DFEE6 Water Leaf

📋 copy color: '#9DFEE6'

red 157 ◦ green 254 ◦ blue 230

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

Shades of Water Leaf #9DFEE6

Tints of Water Leaf #9DFEE6

RGB

 RED value IS 157 (61.72% from 255) = 24.49%

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

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

R = 24.49%
G = 39.63%
B = 35.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#9DFEE6 (or 0x9DFEE6) is known color: Water Leaf. HEX triplet: 9D, FE and E6. RGB value is (157,254,230). Sum of RGB (Red+Green+Blue) = 157+254+230=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEE6 is #620119. Grayscale: #DEDEDE. Windows color (decimal): -6422810 or 15138461. OLE color: 15138461.

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

Color convert

RGB 157 254 230 -
CMYK 0.38 0 0.09 0.00
HSL 165.15º 0.98% 0.81% -
HSV(B) 165.15º 0.38% 1% -
XYZ 63.63 83.76 87.68 -
YUV 222.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 157 254 230 0.38 0 0.09 0.00 165.15 0.98 0.81
Hex 9D FE E6 26 0 9 0 A5 62 51
Octal 235 376 346 46 0 11 0 245 142 121
Binary 10011101 11111110 11100110 100110 0 1001 0 10100101 1100010 1010001

Color Harmonies of #9DFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFEE6

Black with #9DFEE6

Text Example


Text Example

White with #9DFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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