#9BC2C4

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

Shades of Morning Glory #9BC2C4

Tints of Morning Glory #9BC2C4

Color information

#9BC2C4 (or 0x9BC2C4) is unknown color: approx Morning Glory. HEX triplet: 9B, C2 and C4. RGB value is (155,194,196). Sum of RGB (Red+Green+Blue) = 155+194+196=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BC2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2C4 is #643D3B. Grayscale: #B6B6B6. Windows color (decimal): -6569276 or 12894875. OLE color: 12894875.

HSL color Cylindrical-coordinate representation of color #9BC2C4: hue angle of 182.93º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC2C4 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB155194196-
CMYK0.210.0100.23
HSL182.93º25.79%68.82%-
HSV(B)182.93º20.92%76.86%-
XYZ42.7749.5459.53-
YUV182.57135.58108.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.44%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=28.44%
G=35.60%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551941960.210.0100.23182.9325.7968.82
Hex9BC2C4151017b71a45
Octal23330230425102726732105
Binary10011011110000101100010010101101011110110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,194,196); }

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

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

 a { background-color: rgb(155,194,196); }

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

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

 span { border-color: rgb(155,194,196); }

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