#95CDCA

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

Shades of Morning Glory #95CDCA

Tints of Morning Glory #95CDCA

Color information

#95CDCA (or 0x95CDCA) is unknown color: approx Morning Glory. HEX triplet: 95, CD and CA. RGB value is (149,205,202). Sum of RGB (Red+Green+Blue) = 149+205+202=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDCA is #6A3235. Grayscale: #BBBBBB. Windows color (decimal): -6959670 or 13290901. OLE color: 13290901.

HSL color Cylindrical-coordinate representation of color #95CDCA: hue angle of 176.79º 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 #95CDCA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB149205202-
CMYK0.2700.010.20
HSL176.79º35.9%69.41%-
HSV(B)176.79º27.32%80.39%-
XYZ44.8954.3264-
YUV187.91135.95100.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=26.80%
G=36.87%
B=36.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492052020.2700.010.20176.7935.969.41
Hex95CDCA1B0114b12445
Octal22531531233012426144105
Binary100101011100110111001010110110110100101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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