#9BCFD0

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

Shades of Morning Glory #9BCFD0

Tints of Morning Glory #9BCFD0

Color information

#9BCFD0 (or 0x9BCFD0) is unknown color: approx Morning Glory. HEX triplet: 9B, CF and D0. RGB value is (155,207,208). Sum of RGB (Red+Green+Blue) = 155+207+208=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BCFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFD0 is #64302F. Grayscale: #BFBFBF. Windows color (decimal): -6565936 or 13684635. OLE color: 13684635.

HSL color Cylindrical-coordinate representation of color #9BCFD0: hue angle of 181.13º 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 #9BCFD0 is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155207208-
CMYK0.250.0000.18
HSL181.13º36.05%71.18%-
HSV(B)181.13º25.48%81.57%-
XYZ47.2256.1568.02-
YUV191.57137.27101.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.19%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=27.19%
G=36.32%
B=36.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552072080.250.0000.18181.1336.0571.18
Hex9BCFD0190012b52447
Octal23331732031002226544107
Binary100110111100111111010000110010010010101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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