#8FC4CB

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

Shades of Morning Glory #8FC4CB

Tints of Morning Glory #8FC4CB

Color information

#8FC4CB (or 0x8FC4CB) is unknown color: approx Morning Glory. HEX triplet: 8F, C4 and CB. RGB value is (143,196,203). Sum of RGB (Red+Green+Blue) = 143+196+203=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4CB is #703B34. Grayscale: #B4B4B4. Windows color (decimal): -7355189 or 13354127. OLE color: 13354127.

HSL color Cylindrical-coordinate representation of color #8FC4CB: hue angle of 187º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FC4CB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143196203-
CMYK0.300.0300.20
HSL187º36.59%67.84%-
HSV(B)187º29.56%79.61%-
XYZ41.8549.6363.87-
YUV180.95140.44100.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=26.38%
G=36.16%
B=37.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431962030.300.0300.2018736.5967.84
Hex8FC4CB1E3014bb2544
Octal21730431336302427345104
Binary1000111111000100110010111111011010100101110111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,196,203); }

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

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

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

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

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

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

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