#98D2EF

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

Shades of Cornflower #98D2EF

Tints of Cornflower #98D2EF

Color information

#98D2EF (or 0x98D2EF) is unknown color: approx Cornflower. HEX triplet: 98, D2 and EF. RGB value is (152,210,239). Sum of RGB (Red+Green+Blue) = 152+210+239=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #98D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D2EF is #672D10. Grayscale: #C3C3C3. Windows color (decimal): -6761745 or 15717016. OLE color: 15717016.

HSL color Cylindrical-coordinate representation of color #98D2EF: hue angle of 200º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D2EF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152210239-
CMYK0.360.1200.06
HSL200º73.11%76.67%-
HSV(B)200º36.4%93.73%-
XYZ51.585990.33-
YUV195.96152.2896.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.29%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=25.29%
G=34.94%
B=39.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522102390.360.1200.0620073.1176.67
Hex98D2EF24C06c8494d
Octal230322357441406310111115
Binary100110001101001011101111100100110001101100100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,210,239); }

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

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

 a { background-color: rgb(152,210,239); }

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

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

 span { border-color: rgb(152,210,239); }

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