Html Css Color HEX #95DDD9 Morning Glory

📋 copy color: '#95DDD9'

red 149 ◦ green 221 ◦ blue 217

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

Shades of Morning Glory #95DDD9

Tints of Morning Glory #95DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 25.38%
G = 37.65%
B = 36.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#95DDD9 (or 0x95DDD9) is known color: Morning Glory. HEX triplet: 95, DD and D9. RGB value is (149,221,217). Sum of RGB (Red+Green+Blue) = 149+221+217=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDD9 is #6A2226. Grayscale: #C6C6C6. Windows color (decimal): -6955559 or 14278037. OLE color: 14278037.

HSL color Cylindrical-coordinate representation of color #95DDD9: hue angle of 176.67º degrees, saturation: 0.51, 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 #95DDD9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 217 -
CMYK 0.33 0 0.02 0.13
HSL 176.67º 0.51% 0.73% -
HSV(B) 176.67º 0.33% 0.87% -
XYZ 50.78 63.11 75.15 -
YUV 199.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 149 221 217 0.33 0 0.02 0.13 176.67 0.51 0.73
Hex 95 DD D9 21 0 2 D B1 33 49
Octal 225 335 331 41 0 2 15 261 63 111
Binary 10010101 11011101 11011001 100001 0 10 1101 10110001 110011 1001001

Color Harmonies of #95DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDD9

Black with #95DDD9

Text Example


Text Example

White with #95DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,221,217); }

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

background-color css

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

 a { background-color: rgb(149,221,217); }

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

border-color css

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

 span { border-color: rgb(149,221,217); }

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