#8FDCDD

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

Shades of Morning Glory #8FDCDD

Tints of Morning Glory #8FDCDD

Color information

#8FDCDD (or 0x8FDCDD) is unknown color: approx Morning Glory. HEX triplet: 8F, DC and DD. RGB value is (143,220,221). Sum of RGB (Red+Green+Blue) = 143+220+221=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCDD is #702322. Grayscale: #C5C5C5. Windows color (decimal): -7349027 or 14539919. OLE color: 14539919.

HSL color Cylindrical-coordinate representation of color #8FDCDD: hue angle of 180.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCDD is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143220221-
CMYK0.350.0000.13
HSL180.77º53.42%71.37%-
HSV(B)180.77º35.29%86.67%-
XYZ49.9762.2577.79-
YUV197.09141.4989.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.49%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=24.49%
G=37.67%
B=37.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432202210.350.0000.13180.7753.4271.37
Hex8FDCDD2300Db53547
Octal21733433543001526565107
Binary100011111101110011011101100011001101101101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,221); }

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

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

 a { background-color: rgb(143,220,221); }

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

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

 span { border-color: rgb(143,220,221); }

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