#95CDC9

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

Shades of Morning Glory #95CDC9

Tints of Morning Glory #95CDC9

Color information

#95CDC9 (or 0x95CDC9) is unknown color: approx Morning Glory. HEX triplet: 95, CD and C9. RGB value is (149,205,201). Sum of RGB (Red+Green+Blue) = 149+205+201=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDC9 is #6A3236. Grayscale: #BBBBBB. Windows color (decimal): -6959671 or 13225365. OLE color: 13225365.

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

Color convert

RGB149205201-
CMYK0.2700.020.20
HSL175.71º35.9%69.41%-
HSV(B)175.71º27.32%80.39%-
XYZ44.7754.2763.37-
YUV187.8135.45100.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.85%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=26.85%
G=36.94%
B=36.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492052010.2700.020.20175.7135.969.41
Hex95CDC91B0214b02445
Octal22531531133022426044105
Binary1001010111001101110010011101101010100101100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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