#95D4DA

Color #95D4DA Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #95D4DA

Tints of Morning Glory #95D4DA

Color information

#95D4DA (or 0x95D4DA) is unknown color: approx Morning Glory. HEX triplet: 95, D4 and DA. RGB value is (149,212,218). Sum of RGB (Red+Green+Blue) = 149+212+218=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #95D4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D4DA is #6A2B25. Grayscale: #C1C1C1. Windows color (decimal): -6957862 or 14341269. OLE color: 14341269.

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

Color convert

RGB149212218-
CMYK0.320.0300.15
HSL185.22º48.25%71.96%-
HSV(B)185.22º31.65%85.49%-
XYZ48.5958.5475.07-
YUV193.85141.6396.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=25.73%
G=36.61%
B=37.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492122180.320.0300.15185.2248.2571.96
Hex95D4DA2030Fb93048
Octal22532433240301727160110
Binary1001010111010100110110101000001101111101110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,218); }

 H1.HeaderClassName
 {
   color: #95D4DA;
 }
 .AnyTagClassName
 {
   color: #95D4DA;
 }
</style>
background-color css

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

 a { background-color: rgb(149,212,218); }

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

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

 span { border-color: rgb(149,212,218); }

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