#95CBCA

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

Shades of Morning Glory #95CBCA

Tints of Morning Glory #95CBCA

Color information

#95CBCA (or 0x95CBCA) is unknown color: approx Morning Glory. HEX triplet: 95, CB and CA. RGB value is (149,203,202). Sum of RGB (Red+Green+Blue) = 149+203+202=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBCA is #6A3435. Grayscale: #BABABA. Windows color (decimal): -6960182 or 13290389. OLE color: 13290389.

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

Color convert

RGB149203202-
CMYK0.2700.000.20
HSL178.89º34.18%69.02%-
HSV(B)178.89º26.6%79.61%-
XYZ44.4153.3763.84-
YUV186.74136.61101.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=26.90%
G=36.64%
B=36.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492032020.2700.000.20178.8934.1869.02
Hex95CBCA1B0014b32245
Octal22531331233002426342105
Binary100101011100101111001010110110010100101100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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