Html Css Color HEX #95DED8 Morning Glory

📋 copy color: '#95DED8'

red 149 ◦ green 222 ◦ blue 216

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

Shades of Morning Glory #95DED8

Tints of Morning Glory #95DED8

RGB

 RED value IS 149 (58.59% from 255) = 25.38%

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 25.38%
G = 37.82%
B = 36.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#95DED8 (or 0x95DED8) is known color: Morning Glory. HEX triplet: 95, DE and D8. RGB value is (149,222,216). Sum of RGB (Red+Green+Blue) = 149+222+216=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #95DED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DED8 is #6A2127. Grayscale: #C7C7C7. Windows color (decimal): -6955304 or 14212757. OLE color: 14212757.

HSL color Cylindrical-coordinate representation of color #95DED8: hue angle of 175.07º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DED8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 222 216 -
CMYK 0.33 0 0.03 0.13
HSL 175.07º 0.53% 0.73% -
HSV(B) 175.07º 0.33% 0.87% -
XYZ 50.91 63.59 74.56 -
YUV 199.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 149 222 216 0.33 0 0.03 0.13 175.07 0.53 0.73
Hex 95 DE D8 21 0 3 D AF 35 49
Octal 225 336 330 41 0 3 15 257 65 111
Binary 10010101 11011110 11011000 100001 0 11 1101 10101111 110101 1001001

Color Harmonies of #95DED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DED8

Black with #95DED8

Text Example


Text Example

White with #95DED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DED8; }

 p { color: rgb(149,222,216); }

 H1.HeaderClassName
 {
   color: #95DED8;
 }
 .AnyTagClassName
 {
   color: #95DED8;
 }
</style>

background-color css

<style>
 a { background-color: #95DED8; }

 a { background-color: rgb(149,222,216); }

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

border-color css

<style>
 span { border-color: #95DED8; }

 span { border-color: rgb(149,222,216); }

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