#95CDCD

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

Shades of Morning Glory #95CDCD

Tints of Morning Glory #95CDCD

Color information

#95CDCD (or 0x95CDCD) is unknown color: approx Morning Glory. HEX triplet: 95, CD and CD. RGB value is (149,205,205). Sum of RGB (Red+Green+Blue) = 149+205+205=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #95CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDCD is #6A3232. Grayscale: #BCBCBC. Windows color (decimal): -6959667 or 13487509. OLE color: 13487509.

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

Color convert

RGB149205205-
CMYK0.27000.20
HSL180º35.9%69.41%-
HSV(B)180º27.32%80.39%-
XYZ45.2554.4665.88-
YUV188.26137.45100-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=26.65%
G=36.67%
B=36.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492052050.27000.2018035.969.41
Hex95CDCD1B0014b42445
Octal22531531533002426444105
Binary100101011100110111001101110110010100101101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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