#9BCACC

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

Shades of Morning Glory #9BCACC

Tints of Morning Glory #9BCACC

Color information

#9BCACC (or 0x9BCACC) is unknown color: approx Morning Glory. HEX triplet: 9B, CA and CC. RGB value is (155,202,204). Sum of RGB (Red+Green+Blue) = 155+202+204=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCACC is #643533. Grayscale: #BCBCBC. Windows color (decimal): -6567220 or 13421211. OLE color: 13421211.

HSL color Cylindrical-coordinate representation of color #9BCACC: hue angle of 182.45º 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 #9BCACC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155202204-
CMYK0.240.0100.2
HSL182.45º32.45%70.39%-
HSV(B)182.45º24.02%80%-
XYZ45.5453.5765.07-
YUV188.18136.93104.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=27.63%
G=36.01%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552022040.240.0100.2182.4532.4570.39
Hex9BCACC181014b62046
Octal23331231430102426640106
Binary100110111100101011001100110001010100101101101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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