#98C2EB

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

Shades of Cornflower #98C2EB

Tints of Cornflower #98C2EB

Color information

#98C2EB (or 0x98C2EB) is unknown color: approx Cornflower. HEX triplet: 98, C2 and EB. RGB value is (152,194,235). Sum of RGB (Red+Green+Blue) = 152+194+235=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C2EB is #673D14. Grayscale: #B9B9B9. Windows color (decimal): -6765845 or 15450776. OLE color: 15450776.

HSL color Cylindrical-coordinate representation of color #98C2EB: hue angle of 209.64º degrees, saturation: 0.67, 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 #98C2EB is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152194235-
CMYK0.350.1700.08
HSL209.64º67.48%75.88%-
HSV(B)209.64º35.32%92.16%-
XYZ47.2451.2686-
YUV186.12155.59103.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=26.16%
G=33.39%
B=40.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521942350.350.1700.08209.6467.4875.88
Hex98C2EB231108d2434c
Octal2303023534321010322103114
Binary10011000110000101110101110001110001010001101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,194,235); }

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

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

 a { background-color: rgb(152,194,235); }

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

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

 span { border-color: rgb(152,194,235); }

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