#8FC3CA

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

Shades of Morning Glory #8FC3CA

Tints of Morning Glory #8FC3CA

Color information

#8FC3CA (or 0x8FC3CA) is unknown color: approx Morning Glory. HEX triplet: 8F, C3 and CA. RGB value is (143,195,202). Sum of RGB (Red+Green+Blue) = 143+195+202=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC3CA is #703C35. Grayscale: #B4B4B4. Windows color (decimal): -7355446 or 13288335. OLE color: 13288335.

HSL color Cylindrical-coordinate representation of color #8FC3CA: hue angle of 187.12º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC3CA is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143195202-
CMYK0.290.0300.21
HSL187.12º35.76%67.65%-
HSV(B)187.12º29.21%79.22%-
XYZ41.549.1363.17-
YUV180.25140.27101.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.48%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=26.48%
G=36.11%
B=37.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431952020.290.0300.21187.1235.7667.65
Hex8FC3CA1D3015bb2444
Octal21730331235302527344104
Binary1000111111000011110010101110111010101101110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,195,202); }

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

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

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

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

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

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

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