#98CDF7

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

Shades of Cornflower #98CDF7

Tints of Cornflower #98CDF7

Color information

#98CDF7 (or 0x98CDF7) is unknown color: approx Cornflower. HEX triplet: 98, CD and F7. RGB value is (152,205,247). Sum of RGB (Red+Green+Blue) = 152+205+247=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #98CDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDF7 is #673208. Grayscale: #C1C1C1. Windows color (decimal): -6763017 or 16240024. OLE color: 16240024.

HSL color Cylindrical-coordinate representation of color #98CDF7: hue angle of 206.53º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CDF7 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152205247-
CMYK0.380.1700.03
HSL206.53º85.59%78.24%-
HSV(B)206.53º38.46%96.86%-
XYZ51.5757.0596.29-
YUV193.94157.9498.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.17%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 247 (96.88% from 255) = 40.89%
R=25.17%
G=33.94%
B=40.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522052470.380.1700.03206.5385.5978.24
Hex98CDF7261103cf564e
Octal230315367462103317126116
Binary100110001100110111110111100110100010111100111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,247); }

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

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

 a { background-color: rgb(152,205,247); }

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

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

 span { border-color: rgb(152,205,247); }

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