#95CDCC

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

Shades of Morning Glory #95CDCC

Tints of Morning Glory #95CDCC

Color information

#95CDCC (or 0x95CDCC) is unknown color: approx Morning Glory. HEX triplet: 95, CD and CC. RGB value is (149,205,204). Sum of RGB (Red+Green+Blue) = 149+205+204=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDCC is #6A3233. Grayscale: #BCBCBC. Windows color (decimal): -6959668 or 13421973. OLE color: 13421973.

HSL color Cylindrical-coordinate representation of color #95CDCC: hue angle of 178.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDCC is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB149205204-
CMYK0.2700.000.20
HSL178.93º35.9%69.41%-
HSV(B)178.93º27.32%80.39%-
XYZ45.1254.4165.25-
YUV188.14136.95100.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=26.70%
G=36.74%
B=36.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492052040.2700.000.20178.9335.969.41
Hex95CDCC1B0014b32445
Octal22531531433002426344105
Binary100101011100110111001100110110010100101100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,204); }

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

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

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

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

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

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

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