#8DCBCA

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

Shades of Morning Glory #8DCBCA

Tints of Morning Glory #8DCBCA

Color information

#8DCBCA (or 0x8DCBCA) is unknown color: approx Morning Glory. HEX triplet: 8D, CB and CA. RGB value is (141,203,202). Sum of RGB (Red+Green+Blue) = 141+203+202=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBCA is #723435. Grayscale: #B8B8B8. Windows color (decimal): -7484470 or 13290381. OLE color: 13290381.

HSL color Cylindrical-coordinate representation of color #8DCBCA: hue angle of 179.03º degrees, saturation: 0.37, 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 #8DCBCA is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB141203202-
CMYK0.3100.000.20
HSL179.03º37.35%67.45%-
HSV(B)179.03º30.54%79.61%-
XYZ4352.6463.77-
YUV184.35137.9697.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=25.82%
G=37.18%
B=37.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412032020.3100.000.20179.0337.3567.45
Hex8DCBCA1F0014b32543
Octal21531331237002426345103
Binary100011011100101111001010111110010100101100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,203,202); }

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

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

 a { background-color: rgb(141,203,202); }

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

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

 span { border-color: rgb(141,203,202); }

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