#8CC7CB

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

Shades of Morning Glory #8CC7CB

Tints of Morning Glory #8CC7CB

Color information

#8CC7CB (or 0x8CC7CB) is unknown color: approx Morning Glory. HEX triplet: 8C, C7 and CB. RGB value is (140,199,203). Sum of RGB (Red+Green+Blue) = 140+199+203=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 199 (78.12% from 255 or 36.72% 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 #8CC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7CB is #733834. Grayscale: #B5B5B5. Windows color (decimal): -7551029 or 13354892. OLE color: 13354892.

HSL color Cylindrical-coordinate representation of color #8CC7CB: hue angle of 183.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC7CB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140199203-
CMYK0.310.0200.20
HSL183.81º37.72%67.25%-
HSV(B)183.81º31.03%79.61%-
XYZ42.0250.7364.08-
YUV181.82139.9598.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.83%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=25.83%
G=36.72%
B=37.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401992030.310.0200.20183.8137.7267.25
Hex8CC7CB1F2014b82643
Octal21430731337202427046103
Binary1000110011000111110010111111110010100101110001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,199,203); }

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

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

 a { background-color: rgb(140,199,203); }

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

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

 span { border-color: rgb(140,199,203); }

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