#9BCAD0

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

Shades of Morning Glory #9BCAD0

Tints of Morning Glory #9BCAD0

Color information

#9BCAD0 (or 0x9BCAD0) is unknown color: approx Morning Glory. HEX triplet: 9B, CA and D0. RGB value is (155,202,208). Sum of RGB (Red+Green+Blue) = 155+202+208=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BCAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAD0 is #64352F. Grayscale: #BCBCBC. Windows color (decimal): -6567216 or 13683355. OLE color: 13683355.

HSL color Cylindrical-coordinate representation of color #9BCAD0: hue angle of 186.79º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCAD0 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155202208-
CMYK0.250.0300.18
HSL186.79º36.05%71.18%-
HSV(B)186.79º25.48%81.57%-
XYZ46.0253.7667.63-
YUV188.63138.93104.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=27.43%
G=35.75%
B=36.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552022080.250.0300.18186.7936.0571.18
Hex9BCAD0193012bb2447
Octal23331232031302227344107
Binary1001101111001010110100001100111010010101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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