#98CCF4

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

Shades of Cornflower #98CCF4

Tints of Cornflower #98CCF4

Color information

#98CCF4 (or 0x98CCF4) is unknown color: approx Cornflower. HEX triplet: 98, CC and F4. RGB value is (152,204,244). Sum of RGB (Red+Green+Blue) = 152+204+244=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #98CCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCF4 is #67330B. Grayscale: #C0C0C0. Windows color (decimal): -6763276 or 16043160. OLE color: 16043160.

HSL color Cylindrical-coordinate representation of color #98CCF4: hue angle of 206.09º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CCF4 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152204244-
CMYK0.380.1600.04
HSL206.09º80.7%77.65%-
HSV(B)206.09º37.7%95.69%-
XYZ50.8756.3993.79-
YUV193.01156.7798.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.33%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 244 (95.70% from 255) = 40.67%
R=25.33%
G=34%
B=40.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522042440.380.1600.04206.0980.777.65
Hex98CCF4261004ce514e
Octal230314364462004316121116
Binary1001100011001100111101001001101000001001100111010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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