#8BDAD9

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

Shades of Morning Glory #8BDAD9

Tints of Morning Glory #8BDAD9

Color information

#8BDAD9 (or 0x8BDAD9) is unknown color: approx Morning Glory. HEX triplet: 8B, DA and D9. RGB value is (139,218,217). Sum of RGB (Red+Green+Blue) = 139+218+217=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDAD9 is #742526. Grayscale: #C2C2C2. Windows color (decimal): -7611687 or 14277259. OLE color: 14277259.

HSL color Cylindrical-coordinate representation of color #8BDAD9: hue angle of 179.24º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDAD9 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB139218217-
CMYK0.3600.000.15
HSL179.24º51.63%70%-
HSV(B)179.24º36.24%85.49%-
XYZ48.2460.6474.81-
YUV194.26140.8388.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.22%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=24.22%
G=37.98%
B=37.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392182170.3600.000.15179.2451.6370
Hex8BDAD92400Fb33446
Octal21333233144001726364106
Binary100010111101101011011001100100001111101100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,218,217); }

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

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

 a { background-color: rgb(139,218,217); }

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

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

 span { border-color: rgb(139,218,217); }

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