#8CCCCD

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

Shades of Morning Glory #8CCCCD

Tints of Morning Glory #8CCCCD

Color information

#8CCCCD (or 0x8CCCCD) is unknown color: approx Morning Glory. HEX triplet: 8C, CC and CD. RGB value is (140,204,205). Sum of RGB (Red+Green+Blue) = 140+204+205=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCCD is #733332. Grayscale: #B8B8B8. Windows color (decimal): -7549747 or 13487244. OLE color: 13487244.

HSL color Cylindrical-coordinate representation of color #8CCCCD: hue angle of 180.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCCCD is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140204205-
CMYK0.320.0000.20
HSL180.92º39.39%67.65%-
HSV(B)180.92º31.71%80.39%-
XYZ43.4353.1765.73-
YUV184.98139.395.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=25.50%
G=37.16%
B=37.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402042050.320.0000.20180.9239.3967.65
Hex8CCCCD200014b52744
Octal21431431540002426547104
Binary1000110011001100110011011000000010100101101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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