#98CDC8

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

Shades of Morning Glory #98CDC8

Tints of Morning Glory #98CDC8

Color information

#98CDC8 (or 0x98CDC8) is unknown color: approx Morning Glory. HEX triplet: 98, CD and C8. RGB value is (152,205,200). Sum of RGB (Red+Green+Blue) = 152+205+200=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDC8 is #673237. Grayscale: #BCBCBC. Windows color (decimal): -6763064 or 13159832. OLE color: 13159832.

HSL color Cylindrical-coordinate representation of color #98CDC8: hue angle of 174.34º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDC8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB152205200-
CMYK0.2600.020.20
HSL174.34º34.64%70%-
HSV(B)174.34º25.85%80.39%-
XYZ45.2154.5162.78-
YUV188.58134.44101.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=27.29%
G=36.80%
B=35.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522052000.2600.020.20174.3434.6470
Hex98CDC81A0214ae2346
Octal23031531032022425643106
Binary1001100011001101110010001101001010100101011101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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