#95DCDC

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

Shades of Morning Glory #95DCDC

Tints of Morning Glory #95DCDC

Color information

#95DCDC (or 0x95DCDC) is unknown color: approx Morning Glory. HEX triplet: 95, DC and DC. RGB value is (149,220,220). Sum of RGB (Red+Green+Blue) = 149+220+220=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #95DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCDC is #6A2323. Grayscale: #C6C6C6. Windows color (decimal): -6955812 or 14474389. OLE color: 14474389.

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

Color convert

RGB149220220-
CMYK0.32000.14
HSL180º50.35%72.35%-
HSV(B)180º32.27%86.27%-
XYZ50.9162.7477.14-
YUV198.77139.9892.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=25.30%
G=37.35%
B=37.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492202200.32000.1418050.3572.35
Hex95DCDC2000Eb43248
Octal22533433440001626462110
Binary100101011101110011011100100000001110101101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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