#98C1EB

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

Shades of Cornflower #98C1EB

Tints of Cornflower #98C1EB

Color information

#98C1EB (or 0x98C1EB) is unknown color: approx Cornflower. HEX triplet: 98, C1 and EB. RGB value is (152,193,235). Sum of RGB (Red+Green+Blue) = 152+193+235=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #98C1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1EB is #673E14. Grayscale: #B9B9B9. Windows color (decimal): -6766101 or 15450520. OLE color: 15450520.

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

Color convert

RGB152193235-
CMYK0.350.1800.08
HSL210.36º67.48%75.88%-
HSV(B)210.36º35.32%92.16%-
XYZ47.0150.8185.93-
YUV185.53155.92104.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=26.21%
G=33.28%
B=40.52%

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
Decimal1521932350.350.1800.08210.3667.4875.88
Hex98C1EB231208d2434c
Octal2303013534322010322103114
Binary10011000110000011110101110001110010010001101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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