#8FC5CE

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

Shades of Morning Glory #8FC5CE

Tints of Morning Glory #8FC5CE

Color information

#8FC5CE (or 0x8FC5CE) is unknown color: approx Morning Glory. HEX triplet: 8F, C5 and CE. RGB value is (143,197,206). Sum of RGB (Red+Green+Blue) = 143+197+206=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5CE is #703A31. Grayscale: #B5B5B5. Windows color (decimal): -7354930 or 13550991. OLE color: 13550991.

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

Color convert

RGB143197206-
CMYK0.310.0400.19
HSL188.57º39.13%68.43%-
HSV(B)188.57º30.58%80.78%-
XYZ42.4350.2365.85-
YUV181.88141.61100.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=26.19%
G=36.08%
B=37.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431972060.310.0400.19188.5739.1368.43
Hex8FC5CE1F4013bd2744
Octal21730531637402327547104
Binary10001111110001011100111011111100010011101111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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