#9BCED5

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

Shades of Morning Glory #9BCED5

Tints of Morning Glory #9BCED5

Color information

#9BCED5 (or 0x9BCED5) is unknown color: approx Morning Glory. HEX triplet: 9B, CE and D5. RGB value is (155,206,213). Sum of RGB (Red+Green+Blue) = 155+206+213=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED5 is #64312A. Grayscale: #BFBFBF. Windows color (decimal): -6566187 or 14012059. OLE color: 14012059.

HSL color Cylindrical-coordinate representation of color #9BCED5: hue angle of 187.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCED5 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155206213-
CMYK0.270.0300.16
HSL187.24º40.85%72.16%-
HSV(B)187.24º27.23%83.53%-
XYZ47.655.9271.23-
YUV191.55140.1101.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=27.00%
G=35.89%
B=37.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552062130.270.0300.16187.2440.8572.16
Hex9BCED51B3010bb2948
Octal23331632533302027351110
Binary1001101111001110110101011101111010000101110111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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