#98C5EB

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

Shades of Cornflower #98C5EB

Tints of Cornflower #98C5EB

Color information

#98C5EB (or 0x98C5EB) is unknown color: approx Cornflower. HEX triplet: 98, C5 and EB. RGB value is (152,197,235). Sum of RGB (Red+Green+Blue) = 152+197+235=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C5EB is #673A14. Grayscale: #BBBBBB. Windows color (decimal): -6765077 or 15451544. OLE color: 15451544.

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

Color convert

RGB152197235-
CMYK0.350.1600.08
HSL207.47º67.48%75.88%-
HSV(B)207.47º35.32%92.16%-
XYZ47.9152.6186.23-
YUV187.88154.59102.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.03%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=26.03%
G=33.73%
B=40.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521972350.350.1600.08207.4767.4875.88
Hex98C5EB231008cf434c
Octal2303053534320010317103114
Binary10011000110001011110101110001110000010001100111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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