#9FCED0

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

Shades of Morning Glory #9FCED0

Tints of Morning Glory #9FCED0

Color information

#9FCED0 (or 0x9FCED0) is unknown color: approx Morning Glory. HEX triplet: 9F, CE and D0. RGB value is (159,206,208). Sum of RGB (Red+Green+Blue) = 159+206+208=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCED0 is #60312F. Grayscale: #C0C0C0. Windows color (decimal): -6304048 or 13684383. OLE color: 13684383.

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

Color convert

RGB159206208-
CMYK0.240.0100.18
HSL182.45º34.27%71.96%-
HSV(B)182.45º23.56%81.57%-
XYZ47.7556.0767.98-
YUV192.18136.93104.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=27.75%
G=35.95%
B=36.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592062080.240.0100.18182.4534.2771.96
Hex9FCED0181012b62248
Octal23731632030102226642110
Binary100111111100111011010000110001010010101101101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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