#98CEEF

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

Shades of Cornflower #98CEEF

Tints of Cornflower #98CEEF

Color information

#98CEEF (or 0x98CEEF) is unknown color: approx Cornflower. HEX triplet: 98, CE and EF. RGB value is (152,206,239). Sum of RGB (Red+Green+Blue) = 152+206+239=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #98CEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEEF is #673110. Grayscale: #C1C1C1. Windows color (decimal): -6762769 or 15715992. OLE color: 15715992.

HSL color Cylindrical-coordinate representation of color #98CEEF: hue angle of 202.76º 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 #98CEEF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152206239-
CMYK0.360.1400.06
HSL202.76º73.11%76.67%-
HSV(B)202.76º36.4%93.73%-
XYZ50.657.0590.01-
YUV193.62153.6198.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.46%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=25.46%
G=34.51%
B=40.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522062390.360.1400.06202.7673.1176.67
Hex98CEEF24E06cb494d
Octal230316357441606313111115
Binary100110001100111011101111100100111001101100101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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