#98D6ED

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

Shades of Cornflower #98D6ED

Tints of Cornflower #98D6ED

Color information

#98D6ED (or 0x98D6ED) is unknown color: approx Cornflower. HEX triplet: 98, D6 and ED. RGB value is (152,214,237). Sum of RGB (Red+Green+Blue) = 152+214+237=603 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.21% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #98D6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D6ED is #672912. Grayscale: #C5C5C5. Windows color (decimal): -6760723 or 15586968. OLE color: 15586968.

HSL color Cylindrical-coordinate representation of color #98D6ED: hue angle of 196.24º degrees, saturation: 0.7, 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 #98D6ED is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152214237-
CMYK0.360.1000.07
HSL196.24º70.25%76.27%-
HSV(B)196.24º35.86%92.94%-
XYZ52.2860.8889.12-
YUV198.08149.9695.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.21%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=25.21%
G=35.49%
B=39.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522142370.360.1000.07196.2470.2576.27
Hex98D6ED24A07c4464c
Octal230326355441207304106114
Binary100110001101011011101101100100101001111100010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,214,237); }

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

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

 a { background-color: rgb(152,214,237); }

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

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

 span { border-color: rgb(152,214,237); }

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