#9BCECA

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

Shades of Morning Glory #9BCECA

Tints of Morning Glory #9BCECA

Color information

#9BCECA (or 0x9BCECA) is unknown color: approx Morning Glory. HEX triplet: 9B, CE and CA. RGB value is (155,206,202). Sum of RGB (Red+Green+Blue) = 155+206+202=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCECA is #643135. Grayscale: #BEBEBE. Windows color (decimal): -6566198 or 13291163. OLE color: 13291163.

HSL color Cylindrical-coordinate representation of color #9BCECA: hue angle of 175.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCECA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB155206202-
CMYK0.2500.020.19
HSL175.29º34.23%70.78%-
HSV(B)175.29º24.76%80.78%-
XYZ46.2555.3864.13-
YUV190.3134.6102.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=27.53%
G=36.59%
B=35.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552062020.2500.020.19175.2934.2370.78
Hex9BCECA190213af2247
Octal23331631231022325742107
Binary1001101111001110110010101100101010011101011111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCECA; }

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

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

<style>
 a { background-color: #9BCECA; }

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

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

<style>
 span { border-color: #9BCECA; }

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

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