#98CEE5

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

Shades of Cornflower #98CEE5

Tints of Cornflower #98CEE5

Color information

#98CEE5 (or 0x98CEE5) is unknown color: approx Cornflower. HEX triplet: 98, CE and E5. RGB value is (152,206,229). Sum of RGB (Red+Green+Blue) = 152+206+229=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #98CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEE5 is #67311A. Grayscale: #C0C0C0. Windows color (decimal): -6762779 or 15060632. OLE color: 15060632.

HSL color Cylindrical-coordinate representation of color #98CEE5: hue angle of 197.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98CEE5 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB152206229-
CMYK0.340.1000.10
HSL197.92º59.69%74.71%-
HSV(B)197.92º33.62%89.8%-
XYZ49.1656.4882.44-
YUV192.48148.6199.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.89%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=25.89%
G=35.09%
B=39.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522062290.340.1000.10197.9259.6974.71
Hex98CEE522A0Ac63c4b
Octal230316345421201230674113
Binary100110001100111011100101100010101001010110001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,229); }

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

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

 a { background-color: rgb(152,206,229); }

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

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

 span { border-color: rgb(152,206,229); }

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