#9BC6CC

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

Shades of Morning Glory #9BC6CC

Tints of Morning Glory #9BC6CC

Color information

#9BC6CC (or 0x9BC6CC) is unknown color: approx Morning Glory. HEX triplet: 9B, C6 and CC. RGB value is (155,198,204). Sum of RGB (Red+Green+Blue) = 155+198+204=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BC6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6CC is #643933. Grayscale: #B9B9B9. Windows color (decimal): -6568244 or 13420187. OLE color: 13420187.

HSL color Cylindrical-coordinate representation of color #9BC6CC: hue angle of 187.35º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC6CC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155198204-
CMYK0.240.0300.2
HSL187.35º32.45%70.39%-
HSV(B)187.35º24.02%80%-
XYZ44.6151.7264.76-
YUV185.83138.25106.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=27.83%
G=35.55%
B=36.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551982040.240.0300.2187.3532.4570.39
Hex9BC6CC183014bb2046
Octal23330631430302427340106
Binary1001101111000110110011001100011010100101110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,198,204); }

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

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

 a { background-color: rgb(155,198,204); }

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

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

 span { border-color: rgb(155,198,204); }

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