#98CCEC

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

Shades of Cornflower #98CCEC

Tints of Cornflower #98CCEC

Color information

#98CCEC (or 0x98CCEC) is unknown color: approx Cornflower. HEX triplet: 98, CC and EC. RGB value is (152,204,236). Sum of RGB (Red+Green+Blue) = 152+204+236=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #98CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCEC is #673313. Grayscale: #BFBFBF. Windows color (decimal): -6763284 or 15518872. OLE color: 15518872.

HSL color Cylindrical-coordinate representation of color #98CCEC: hue angle of 202.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98CCEC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152204236-
CMYK0.360.1400.07
HSL202.86º68.85%76.08%-
HSV(B)202.86º35.59%92.55%-
XYZ49.6855.9287.53-
YUV192.1152.7799.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.68%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=25.68%
G=34.46%
B=39.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522042360.360.1400.07202.8668.8576.08
Hex98CCEC24E07cb454c
Octal230314354441607313105114
Binary100110001100110011101100100100111001111100101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,236); }

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

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

 a { background-color: rgb(152,204,236); }

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

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

 span { border-color: rgb(152,204,236); }

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