#98CCF7

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

Shades of Cornflower #98CCF7

Tints of Cornflower #98CCF7

Color information

#98CCF7 (or 0x98CCF7) is unknown color: approx Cornflower. HEX triplet: 98, CC and F7. RGB value is (152,204,247). Sum of RGB (Red+Green+Blue) = 152+204+247=603 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.21% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #98CCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCF7 is #673308. Grayscale: #C1C1C1. Windows color (decimal): -6763273 or 16239768. OLE color: 16239768.

HSL color Cylindrical-coordinate representation of color #98CCF7: hue angle of 207.16º 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 #98CCF7 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152204247-
CMYK0.380.1700.03
HSL207.16º85.59%78.24%-
HSV(B)207.16º38.46%96.86%-
XYZ51.3356.5896.21-
YUV193.35158.2798.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.21%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 247 (96.88% from 255) = 40.96%
R=25.21%
G=33.83%
B=40.96%

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
Decimal1522042470.380.1700.03207.1685.5978.24
Hex98CCF7261103cf564e
Octal230314367462103317126116
Binary100110001100110011110111100110100010111100111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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