#95D8DC

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

Shades of Morning Glory #95D8DC

Tints of Morning Glory #95D8DC

Color information

#95D8DC (or 0x95D8DC) is unknown color: approx Morning Glory. HEX triplet: 95, D8 and DC. RGB value is (149,216,220). Sum of RGB (Red+Green+Blue) = 149+216+220=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #95D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8DC is #6A2723. Grayscale: #C4C4C4. Windows color (decimal): -6956836 or 14473365. OLE color: 14473365.

HSL color Cylindrical-coordinate representation of color #95D8DC: hue angle of 183.38º 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 #95D8DC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149216220-
CMYK0.320.0200.14
HSL183.38º50.35%72.35%-
HSV(B)183.38º32.27%86.27%-
XYZ49.8760.6776.79-
YUV196.42141.394.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=25.47%
G=36.92%
B=37.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492162200.320.0200.14183.3850.3572.35
Hex95D8DC2020Eb73248
Octal22533033440201626762110
Binary1001010111011000110111001000001001110101101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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