#8FCBCD

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

Shades of Morning Glory #8FCBCD

Tints of Morning Glory #8FCBCD

Color information

#8FCBCD (or 0x8FCBCD) is unknown color: approx Morning Glory. HEX triplet: 8F, CB and CD. RGB value is (143,203,205). Sum of RGB (Red+Green+Blue) = 143+203+205=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBCD is #703432. Grayscale: #B9B9B9. Windows color (decimal): -7353395 or 13486991. OLE color: 13486991.

HSL color Cylindrical-coordinate representation of color #8FCBCD: hue angle of 181.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCBCD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143203205-
CMYK0.300.0100.20
HSL181.94º38.27%68.24%-
HSV(B)181.94º30.24%80.39%-
XYZ43.752.9665.68-
YUV185.29139.1297.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=25.95%
G=36.84%
B=37.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432032050.300.0100.20181.9438.2768.24
Hex8FCBCD1E1014b62644
Octal21731331536102426646104
Binary100011111100101111001101111101010100101101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,205); }

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

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

 a { background-color: rgb(143,203,205); }

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

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

 span { border-color: rgb(143,203,205); }

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