#95CBCC

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

Shades of Morning Glory #95CBCC

Tints of Morning Glory #95CBCC

Color information

#95CBCC (or 0x95CBCC) is unknown color: approx Morning Glory. HEX triplet: 95, CB and CC. RGB value is (149,203,204). Sum of RGB (Red+Green+Blue) = 149+203+204=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #95CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBCC is #6A3433. Grayscale: #BABABA. Windows color (decimal): -6960180 or 13421461. OLE color: 13421461.

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

Color convert

RGB149203204-
CMYK0.270.0000.2
HSL181.09º35.03%69.22%-
HSV(B)181.09º26.96%80%-
XYZ44.6553.4665.09-
YUV186.97137.61100.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=26.80%
G=36.51%
B=36.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492032040.270.0000.2181.0935.0369.22
Hex95CBCC1B0014b52345
Octal22531331433002426543105
Binary100101011100101111001100110110010100101101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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