#98BCEA

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

Shades of Cornflower #98BCEA

Tints of Cornflower #98BCEA

Color information

#98BCEA (or 0x98BCEA) is unknown color: approx Cornflower. HEX triplet: 98, BC and EA. RGB value is (152,188,234). Sum of RGB (Red+Green+Blue) = 152+188+234=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #98BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCEA is #674315. Grayscale: #B6B6B6. Windows color (decimal): -6767382 or 15383704. OLE color: 15383704.

HSL color Cylindrical-coordinate representation of color #98BCEA: hue angle of 213.66º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BCEA is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152188234-
CMYK0.350.2000.08
HSL213.66º66.13%75.69%-
HSV(B)213.66º35.04%91.76%-
XYZ45.7848.5884.81-
YUV182.48157.07106.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.48%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=26.48%
G=32.75%
B=40.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521882340.350.2000.08213.6666.1375.69
Hex98BCEA231408d6424c
Octal2302743524324010326102114
Binary10011000101111001110101010001110100010001101011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,188,234); }

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

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

 a { background-color: rgb(152,188,234); }

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

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

 span { border-color: rgb(152,188,234); }

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