#8CC5CC

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

Shades of Morning Glory #8CC5CC

Tints of Morning Glory #8CC5CC

Color information

#8CC5CC (or 0x8CC5CC) is unknown color: approx Morning Glory. HEX triplet: 8C, C5 and CC. RGB value is (140,197,204). Sum of RGB (Red+Green+Blue) = 140+197+204=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5CC is #733A33. Grayscale: #B4B4B4. Windows color (decimal): -7551540 or 13419916. OLE color: 13419916.

HSL color Cylindrical-coordinate representation of color #8CC5CC: hue angle of 186.56º degrees, saturation: 0.39, 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 #8CC5CC is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140197204-
CMYK0.310.0300.2
HSL186.56º38.55%67.45%-
HSV(B)186.56º31.37%80%-
XYZ41.6849.8764.56-
YUV180.76141.1298.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=25.88%
G=36.41%
B=37.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401972040.310.0300.2186.5638.5567.45
Hex8CC5CC1F3014bb2743
Octal21430531437302427347103
Binary1000110011000101110011001111111010100101110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,204); }

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

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

 a { background-color: rgb(140,197,204); }

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

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

 span { border-color: rgb(140,197,204); }

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