#98D1E7

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

Shades of Cornflower #98D1E7

Tints of Cornflower #98D1E7

Color information

#98D1E7 (or 0x98D1E7) is unknown color: approx Cornflower. HEX triplet: 98, D1 and E7. RGB value is (152,209,231). Sum of RGB (Red+Green+Blue) = 152+209+231=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #98D1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1E7 is #672E18. Grayscale: #C2C2C2. Windows color (decimal): -6762009 or 15192472. OLE color: 15192472.

HSL color Cylindrical-coordinate representation of color #98D1E7: hue angle of 196.71º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D1E7 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB152209231-
CMYK0.340.1000.09
HSL196.71º62.2%75.1%-
HSV(B)196.71º34.2%90.59%-
XYZ50.1758.0584.16-
YUV194.46148.6297.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.68%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 231 (90.62% from 255) = 39.02%
R=25.68%
G=35.30%
B=39.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522092310.340.1000.09196.7162.275.1
Hex98D1E722A09c53e4b
Octal230321347421201130576113
Binary100110001101000111100111100010101001001110001011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,209,231); }

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

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

 a { background-color: rgb(152,209,231); }

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

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

 span { border-color: rgb(152,209,231); }

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