#9BCBCF

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

Shades of Morning Glory #9BCBCF

Tints of Morning Glory #9BCBCF

Color information

#9BCBCF (or 0x9BCBCF) is unknown color: approx Morning Glory. HEX triplet: 9B, CB and CF. RGB value is (155,203,207). Sum of RGB (Red+Green+Blue) = 155+203+207=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBCF is #643430. Grayscale: #BDBDBD. Windows color (decimal): -6566961 or 13618075. OLE color: 13618075.

HSL color Cylindrical-coordinate representation of color #9BCBCF: hue angle of 184.62º degrees, saturation: 0.35, 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 #9BCBCF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155203207-
CMYK0.250.0200.19
HSL184.62º35.14%70.98%-
HSV(B)184.62º25.12%81.18%-
XYZ46.1454.1967.06-
YUV189.1138.1103.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=27.43%
G=35.93%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552032070.250.0200.19184.6235.1470.98
Hex9BCBCF192013b92347
Octal23331331731202327143107
Binary1001101111001011110011111100110010011101110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,207); }

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

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

 a { background-color: rgb(155,203,207); }

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

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

 span { border-color: rgb(155,203,207); }

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