#9FCECF

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

Shades of Morning Glory #9FCECF

Tints of Morning Glory #9FCECF

Color information

#9FCECF (or 0x9FCECF) is unknown color: approx Morning Glory. HEX triplet: 9F, CE and CF. RGB value is (159,206,207). Sum of RGB (Red+Green+Blue) = 159+206+207=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCECF is #603130. Grayscale: #C0C0C0. Windows color (decimal): -6304049 or 13618847. OLE color: 13618847.

HSL color Cylindrical-coordinate representation of color #9FCECF: hue angle of 181.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCECF is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159206207-
CMYK0.230.0000.19
HSL181.25º33.33%71.76%-
HSV(B)181.25º23.19%81.18%-
XYZ47.6356.0267.33-
YUV192.06136.43104.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.80%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=27.80%
G=36.01%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592062070.230.0000.19181.2533.3371.76
Hex9FCECF170013b52148
Octal23731631727002326541110
Binary100111111100111011001111101110010011101101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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