#8FCCCF

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

Shades of Morning Glory #8FCCCF

Tints of Morning Glory #8FCCCF

Color information

#8FCCCF (or 0x8FCCCF) is unknown color: approx Morning Glory. HEX triplet: 8F, CC and CF. RGB value is (143,204,207). Sum of RGB (Red+Green+Blue) = 143+204+207=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCCF is #703330. Grayscale: #BABABA. Windows color (decimal): -7353137 or 13618319. OLE color: 13618319.

HSL color Cylindrical-coordinate representation of color #8FCCCF: hue angle of 182.81º 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 #8FCCCF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143204207-
CMYK0.310.0100.19
HSL182.81º40%68.63%-
HSV(B)182.81º30.92%81.18%-
XYZ44.1853.5367.04-
YUV186.1139.7997.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.81%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=25.81%
G=36.82%
B=37.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432042070.310.0100.19182.814068.63
Hex8FCCCF1F1013b72845
Octal21731431737102326750105
Binary100011111100110011001111111111010011101101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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