#8FCFD0

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

Shades of Morning Glory #8FCFD0

Tints of Morning Glory #8FCFD0

Color information

#8FCFD0 (or 0x8FCFD0) is unknown color: approx Morning Glory. HEX triplet: 8F, CF and D0. RGB value is (143,207,208). Sum of RGB (Red+Green+Blue) = 143+207+208=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FCFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFD0 is #70302F. Grayscale: #BBBBBB. Windows color (decimal): -7352368 or 13684623. OLE color: 13684623.

HSL color Cylindrical-coordinate representation of color #8FCFD0: hue angle of 180.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFD0 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143207208-
CMYK0.310.0000.18
HSL180.92º40.88%68.82%-
HSV(B)180.92º31.25%81.57%-
XYZ45.0355.0267.92-
YUV187.98139.395.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=25.63%
G=37.10%
B=37.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432072080.310.0000.18180.9240.8868.82
Hex8FCFD01F0012b52945
Octal21731732037002226551105
Binary100011111100111111010000111110010010101101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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