#8FC5CB

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

Shades of Morning Glory #8FC5CB

Tints of Morning Glory #8FC5CB

Color information

#8FC5CB (or 0x8FC5CB) is unknown color: approx Morning Glory. HEX triplet: 8F, C5 and CB. RGB value is (143,197,203). Sum of RGB (Red+Green+Blue) = 143+197+203=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5CB is #703A34. Grayscale: #B5B5B5. Windows color (decimal): -7354933 or 13354383. OLE color: 13354383.

HSL color Cylindrical-coordinate representation of color #8FC5CB: hue angle of 186º 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 #8FC5CB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143197203-
CMYK0.300.0300.20
HSL186º36.59%67.84%-
HSV(B)186º29.56%79.61%-
XYZ42.0750.0863.95-
YUV181.54140.11100.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.34%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=26.34%
G=36.28%
B=37.38%

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
Decimal1431972030.300.0300.2018636.5967.84
Hex8FC5CB1E3014ba2544
Octal21730531336302427245104
Binary1000111111000101110010111111011010100101110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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