#98CEF7

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

Shades of Cornflower #98CEF7

Tints of Cornflower #98CEF7

Color information

#98CEF7 (or 0x98CEF7) is unknown color: approx Cornflower. HEX triplet: 98, CE and F7. RGB value is (152,206,247). Sum of RGB (Red+Green+Blue) = 152+206+247=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #98CEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEF7 is #673108. Grayscale: #C2C2C2. Windows color (decimal): -6762761 or 16240280. OLE color: 16240280.

HSL color Cylindrical-coordinate representation of color #98CEF7: hue angle of 205.89º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CEF7 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152206247-
CMYK0.380.1700.03
HSL205.89º85.59%78.24%-
HSV(B)205.89º38.46%96.86%-
XYZ51.8157.5396.37-
YUV194.53157.6197.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.12%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 247 (96.88% from 255) = 40.83%
R=25.12%
G=34.05%
B=40.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522062470.380.1700.03205.8985.5978.24
Hex98CEF7261103ce564e
Octal230316367462103316126116
Binary100110001100111011110111100110100010111100111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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