#98D1ED

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

Shades of Cornflower #98D1ED

Tints of Cornflower #98D1ED

Color information

#98D1ED (or 0x98D1ED) is unknown color: approx Cornflower. HEX triplet: 98, D1 and ED. RGB value is (152,209,237). Sum of RGB (Red+Green+Blue) = 152+209+237=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #98D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1ED is #672E12. Grayscale: #C2C2C2. Windows color (decimal): -6762003 or 15585688. OLE color: 15585688.

HSL color Cylindrical-coordinate representation of color #98D1ED: hue angle of 199.76º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D1ED is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152209237-
CMYK0.360.1200.07
HSL199.76º70.25%76.27%-
HSV(B)199.76º35.86%92.94%-
XYZ51.0458.3988.7-
YUV195.15151.6297.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.42%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=25.42%
G=34.95%
B=39.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522092370.360.1200.07199.7670.2576.27
Hex98D1ED24C07c8464c
Octal230321355441407310106114
Binary100110001101000111101101100100110001111100100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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