#98D1EF

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

Shades of Cornflower #98D1EF

Tints of Cornflower #98D1EF

Color information

#98D1EF (or 0x98D1EF) is unknown color: approx Cornflower. HEX triplet: 98, D1 and EF. RGB value is (152,209,239). Sum of RGB (Red+Green+Blue) = 152+209+239=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #98D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1EF is #672E10. Grayscale: #C3C3C3. Windows color (decimal): -6762001 or 15716760. OLE color: 15716760.

HSL color Cylindrical-coordinate representation of color #98D1EF: hue angle of 200.69º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D1EF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152209239-
CMYK0.360.1300.06
HSL200.69º73.11%76.67%-
HSV(B)200.69º36.4%93.73%-
XYZ51.3358.5190.25-
YUV195.38152.6297.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.33%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=25.33%
G=34.83%
B=39.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522092390.360.1300.06200.6973.1176.67
Hex98D1EF24D06c9494d
Octal230321357441506311111115
Binary100110001101000111101111100100110101101100100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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