#98C1EC

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

Shades of Cornflower #98C1EC

Tints of Cornflower #98C1EC

Color information

#98C1EC (or 0x98C1EC) is unknown color: approx Cornflower. HEX triplet: 98, C1 and EC. RGB value is (152,193,236). Sum of RGB (Red+Green+Blue) = 152+193+236=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #98C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1EC is #673E13. Grayscale: #B9B9B9. Windows color (decimal): -6766100 or 15516056. OLE color: 15516056.

HSL color Cylindrical-coordinate representation of color #98C1EC: hue angle of 210.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C1EC is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152193236-
CMYK0.360.1800.07
HSL210.71º68.85%76.08%-
HSV(B)210.71º35.59%92.55%-
XYZ47.1650.8786.69-
YUV185.64156.42104-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=26.16%
G=33.22%
B=40.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521932360.360.1800.07210.7168.8576.08
Hex98C1EC241207d3454c
Octal230301354442207323105114
Binary1001100011000001111011001001001001001111101001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,236); }

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

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

 a { background-color: rgb(152,193,236); }

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

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

 span { border-color: rgb(152,193,236); }

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