#8FCAD0

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

Shades of Morning Glory #8FCAD0

Tints of Morning Glory #8FCAD0

Color information

#8FCAD0 (or 0x8FCAD0) is unknown color: approx Morning Glory. HEX triplet: 8F, CA and D0. RGB value is (143,202,208). Sum of RGB (Red+Green+Blue) = 143+202+208=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FCAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAD0 is #70352F. Grayscale: #B8B8B8. Windows color (decimal): -7353648 or 13683343. OLE color: 13683343.

HSL color Cylindrical-coordinate representation of color #8FCAD0: hue angle of 185.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCAD0 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143202208-
CMYK0.310.0300.18
HSL185.54º40.88%68.82%-
HSV(B)185.54º31.25%81.57%-
XYZ43.8352.6367.52-
YUV185.04140.9598.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.86%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=25.86%
G=36.53%
B=37.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432022080.310.0300.18185.5440.8868.82
Hex8FCAD01F3012ba2945
Octal21731232037302227251105
Binary1000111111001010110100001111111010010101110101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,208); }

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

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

 a { background-color: rgb(143,202,208); }

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

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

 span { border-color: rgb(143,202,208); }

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