#9FCCD0

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

Shades of Morning Glory #9FCCD0

Tints of Morning Glory #9FCCD0

Color information

#9FCCD0 (or 0x9FCCD0) is unknown color: approx Morning Glory. HEX triplet: 9F, CC and D0. RGB value is (159,204,208). Sum of RGB (Red+Green+Blue) = 159+204+208=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FCCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCD0 is #60332F. Grayscale: #BEBEBE. Windows color (decimal): -6304560 or 13683871. OLE color: 13683871.

HSL color Cylindrical-coordinate representation of color #9FCCD0: hue angle of 184.9º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FCCD0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159204208-
CMYK0.240.0200.18
HSL184.9º34.27%71.96%-
HSV(B)184.9º23.56%81.57%-
XYZ47.2855.1167.82-
YUV191137.59105.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=27.85%
G=35.73%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592042080.240.0200.18184.934.2771.96
Hex9FCCD0182012b92248
Octal23731432030202227142110
Binary1001111111001100110100001100010010010101110011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,208); }

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

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

 a { background-color: rgb(159,204,208); }

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

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

 span { border-color: rgb(159,204,208); }

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