Html Css Color HEX #9DFAE5 Water Leaf

📋 copy color: '#9DFAE5'

red 157 ◦ green 250 ◦ blue 229

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

Shades of Water Leaf #9DFAE5

Tints of Water Leaf #9DFAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

 BLUE value IS 229 (89.84% from 255) = 36.01%

R = 24.69%
G = 39.31%
B = 36.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#9DFAE5 (or 0x9DFAE5) is known color: Water Leaf. HEX triplet: 9D, FA and E5. RGB value is (157,250,229). Sum of RGB (Red+Green+Blue) = 157+250+229=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFAE5 is #62051A. Grayscale: #DBDBDB. Windows color (decimal): -6423835 or 15071901. OLE color: 15071901.

HSL color Cylindrical-coordinate representation of color #9DFAE5: hue angle of 166.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFAE5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 250 229 -
CMYK 0.37 0 0.08 0.02
HSL 166.45º 0.9% 0.8% -
HSV(B) 166.45º 0.37% 0.98% -
XYZ 62.23 81.2 86.52 -
YUV 219.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 157 250 229 0.37 0 0.08 0.02 166.45 0.9 0.8
Hex 9D FA E5 25 0 8 2 A6 5A 50
Octal 235 372 345 45 0 10 2 246 132 120
Binary 10011101 11111010 11100101 100101 0 1000 10 10100110 1011010 1010000

Color Harmonies of #9DFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFAE5

Black with #9DFAE5

Text Example


Text Example

White with #9DFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,250,229); }

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

background-color css

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

 a { background-color: rgb(157,250,229); }

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

border-color css

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

 span { border-color: rgb(157,250,229); }

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