#98CDD4

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

Shades of Morning Glory #98CDD4

Tints of Morning Glory #98CDD4

Color information

#98CDD4 (or 0x98CDD4) is unknown color: approx Morning Glory. HEX triplet: 98, CD and D4. RGB value is (152,205,212). Sum of RGB (Red+Green+Blue) = 152+205+212=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #98CDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDD4 is #67322B. Grayscale: #BDBDBD. Windows color (decimal): -6763052 or 13946264. OLE color: 13946264.

HSL color Cylindrical-coordinate representation of color #98CDD4: hue angle of 187º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98CDD4 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB152205212-
CMYK0.280.0300.17
HSL187º41.1%71.37%-
HSV(B)187º28.3%83.14%-
XYZ46.6655.0970.46-
YUV189.95140.44100.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=26.71%
G=36.03%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522052120.280.0300.1718741.171.37
Hex98CDD41C3011bb2947
Octal23031532434302127351107
Binary1001100011001101110101001110011010001101110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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