#98CDCF

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

Shades of Morning Glory #98CDCF

Tints of Morning Glory #98CDCF

Color information

#98CDCF (or 0x98CDCF) is unknown color: approx Morning Glory. HEX triplet: 98, CD and CF. RGB value is (152,205,207). Sum of RGB (Red+Green+Blue) = 152+205+207=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #98CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDCF is #673230. Grayscale: #BDBDBD. Windows color (decimal): -6763057 or 13618584. OLE color: 13618584.

HSL color Cylindrical-coordinate representation of color #98CDCF: hue angle of 182.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CDCF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152205207-
CMYK0.270.0100.19
HSL182.18º36.42%70.39%-
HSV(B)182.18º26.57%81.18%-
XYZ46.0454.8467.19-
YUV189.38137.94101.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=26.95%
G=36.35%
B=36.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522052070.270.0100.19182.1836.4270.39
Hex98CDCF1B1013b62446
Octal23031531733102326644106
Binary100110001100110111001111110111010011101101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CDCF; }

 p { color: rgb(152,205,207); }

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

<style>
 a { background-color: #98CDCF; }

 a { background-color: rgb(152,205,207); }

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

<style>
 span { border-color: #98CDCF; }

 span { border-color: rgb(152,205,207); }

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