Html Css Color HEX #95D9D6 Morning Glory

📋 copy color: '#95D9D6'

red 149 ◦ green 217 ◦ blue 214

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

Shades of Morning Glory #95D9D6

Tints of Morning Glory #95D9D6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 25.69%
G = 37.41%
B = 36.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#95D9D6 (or 0x95D9D6) is known color: Morning Glory. HEX triplet: 95, D9 and D6. RGB value is (149,217,214). Sum of RGB (Red+Green+Blue) = 149+217+214=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D9D6 is #6A2629. Grayscale: #C4C4C4. Windows color (decimal): -6956586 or 14080405. OLE color: 14080405.

HSL color Cylindrical-coordinate representation of color #95D9D6: hue angle of 177.35º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D9D6 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 217 214 -
CMYK 0.31 0 0.01 0.15
HSL 177.35º 0.47% 0.72% -
HSV(B) 177.35º 0.31% 0.85% -
XYZ 49.34 60.87 72.77 -
YUV 196.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 149 217 214 0.31 0 0.01 0.15 177.35 0.47 0.72
Hex 95 D9 D6 1F 0 1 F B1 2F 48
Octal 225 331 326 37 0 1 17 261 57 110
Binary 10010101 11011001 11010110 11111 0 1 1111 10110001 101111 1001000

Color Harmonies of #95D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D9D6

Black with #95D9D6

Text Example


Text Example

White with #95D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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