#8FCFD4

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

Shades of Morning Glory #8FCFD4

Tints of Morning Glory #8FCFD4

Color information

#8FCFD4 (or 0x8FCFD4) is unknown color: approx Morning Glory. HEX triplet: 8F, CF and D4. RGB value is (143,207,212). Sum of RGB (Red+Green+Blue) = 143+207+212=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #8FCFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFD4 is #70302B. Grayscale: #BCBCBC. Windows color (decimal): -7352364 or 13946767. OLE color: 13946767.

HSL color Cylindrical-coordinate representation of color #8FCFD4: hue angle of 184.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCFD4 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB143207212-
CMYK0.330.0200.17
HSL184.35º44.52%69.61%-
HSV(B)184.35º32.55%83.14%-
XYZ45.5255.2270.55-
YUV188.43141.395.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=25.44%
G=36.83%
B=37.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432072120.330.0200.17184.3544.5269.61
Hex8FCFD4212011b82d46
Octal21731732441202127055106
Binary10001111110011111101010010000110010001101110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,207,212); }

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

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

 a { background-color: rgb(143,207,212); }

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

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

 span { border-color: rgb(143,207,212); }

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