#8FCFCF

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

Shades of Morning Glory #8FCFCF

Tints of Morning Glory #8FCFCF

Color information

#8FCFCF (or 0x8FCFCF) is unknown color: approx Morning Glory. HEX triplet: 8F, CF and CF. RGB value is (143,207,207). Sum of RGB (Red+Green+Blue) = 143+207+207=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #8FCFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFCF is #703030. Grayscale: #BBBBBB. Windows color (decimal): -7352369 or 13619087. OLE color: 13619087.

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

Color convert

RGB143207207-
CMYK0.31000.19
HSL180º40%68.63%-
HSV(B)180º30.92%81.18%-
XYZ44.954.9767.28-
YUV187.86138.896-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.67%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=25.67%
G=37.16%
B=37.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432072070.31000.191804068.63
Hex8FCFCF1F0013b42845
Octal21731731737002326450105
Binary100011111100111111001111111110010011101101001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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