#95CACE

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

Shades of Morning Glory #95CACE

Tints of Morning Glory #95CACE

Color information

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

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

Color convert

RGB149202206-
CMYK0.280.0200.19
HSL184.21º36.77%69.61%-
HSV(B)184.21º27.67%80.78%-
XYZ44.6653.0966.29-
YUV186.61138.94101.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492022060.280.0200.19184.2136.7769.61
Hex95CACE1C2013b82546
Octal22531231634202327045106
Binary1001010111001010110011101110010010011101110001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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