#95D6DC

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

Shades of Morning Glory #95D6DC

Tints of Morning Glory #95D6DC

Color information

#95D6DC (or 0x95D6DC) is unknown color: approx Morning Glory. HEX triplet: 95, D6 and DC. RGB value is (149,214,220). Sum of RGB (Red+Green+Blue) = 149+214+220=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #95D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6DC is #6A2923. Grayscale: #C3C3C3. Windows color (decimal): -6957348 or 14472853. OLE color: 14472853.

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

Color convert

RGB149214220-
CMYK0.320.0300.14
HSL185.07º50.35%72.35%-
HSV(B)185.07º32.27%86.27%-
XYZ49.3659.6576.62-
YUV195.25141.9795.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=25.56%
G=36.71%
B=37.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492142200.320.0300.14185.0750.3572.35
Hex95D6DC2030Eb93248
Octal22532633440301627162110
Binary1001010111010110110111001000001101110101110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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