#95CECA

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

Shades of Morning Glory #95CECA

Tints of Morning Glory #95CECA

Color information

#95CECA (or 0x95CECA) is unknown color: approx Morning Glory. HEX triplet: 95, CE and CA. RGB value is (149,206,202). Sum of RGB (Red+Green+Blue) = 149+206+202=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #95CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CECA is #6A3135. Grayscale: #BCBCBC. Windows color (decimal): -6959414 or 13291157. OLE color: 13291157.

HSL color Cylindrical-coordinate representation of color #95CECA: hue angle of 175.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CECA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB149206202-
CMYK0.2800.020.19
HSL175.79º36.77%69.61%-
HSV(B)175.79º27.67%80.78%-
XYZ45.1354.864.08-
YUV188.5135.6299.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=26.75%
G=36.98%
B=36.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492062020.2800.020.19175.7936.7769.61
Hex95CECA1C0213b02546
Octal22531631234022326045106
Binary1001010111001110110010101110001010011101100001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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