#98C7EB

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

Shades of Cornflower #98C7EB

Tints of Cornflower #98C7EB

Color information

#98C7EB (or 0x98C7EB) is unknown color: approx Cornflower. HEX triplet: 98, C7 and EB. RGB value is (152,199,235). Sum of RGB (Red+Green+Blue) = 152+199+235=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C7EB is #673814. Grayscale: #BCBCBC. Windows color (decimal): -6764565 or 15452056. OLE color: 15452056.

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

Color convert

RGB152199235-
CMYK0.350.1500.08
HSL206.02º67.48%75.88%-
HSV(B)206.02º35.32%92.16%-
XYZ48.3753.5286.38-
YUV189.05153.93101.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.94%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=25.94%
G=33.96%
B=40.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521992350.350.1500.08206.0267.4875.88
Hex98C7EB23F08ce434c
Octal2303073534317010316103114
Binary1001100011000111111010111000111111010001100111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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