#98C0EB

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

Shades of Cornflower #98C0EB

Tints of Cornflower #98C0EB

Color information

#98C0EB (or 0x98C0EB) is unknown color: approx Cornflower. HEX triplet: 98, C0 and EB. RGB value is (152,192,235). Sum of RGB (Red+Green+Blue) = 152+192+235=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0EB is #673F14. Grayscale: #B8B8B8. Windows color (decimal): -6766357 or 15450264. OLE color: 15450264.

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

Color convert

RGB152192235-
CMYK0.350.1800.08
HSL211.08º67.48%75.88%-
HSV(B)211.08º35.32%92.16%-
XYZ46.7950.3785.85-
YUV184.94156.25104.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=26.25%
G=33.16%
B=40.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521922350.350.1800.08211.0867.4875.88
Hex98C0EB231208d3434c
Octal2303003534322010323103114
Binary10011000110000001110101110001110010010001101001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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