#8FC8CE

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

Shades of Morning Glory #8FC8CE

Tints of Morning Glory #8FC8CE

Color information

#8FC8CE (or 0x8FC8CE) is unknown color: approx Morning Glory. HEX triplet: 8F, C8 and CE. RGB value is (143,200,206). Sum of RGB (Red+Green+Blue) = 143+200+206=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC8CE is #703731. Grayscale: #B7B7B7. Windows color (decimal): -7354162 or 13551759. OLE color: 13551759.

HSL color Cylindrical-coordinate representation of color #8FC8CE: hue angle of 185.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC8CE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143200206-
CMYK0.310.0300.19
HSL185.71º39.13%68.43%-
HSV(B)185.71º30.58%80.78%-
XYZ43.1251.666.08-
YUV183.64140.6299.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=26.05%
G=36.43%
B=37.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432002060.310.0300.19185.7139.1368.43
Hex8FC8CE1F3013ba2744
Octal21731031637302327247104
Binary1000111111001000110011101111111010011101110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC8CE; }

 p { color: rgb(143,200,206); }

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

<style>
 a { background-color: #8FC8CE; }

 a { background-color: rgb(143,200,206); }

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

<style>
 span { border-color: #8FC8CE; }

 span { border-color: rgb(143,200,206); }

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