#98CDF4

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

Shades of Cornflower #98CDF4

Tints of Cornflower #98CDF4

Color information

#98CDF4 (or 0x98CDF4) is unknown color: approx Cornflower. HEX triplet: 98, CD and F4. RGB value is (152,205,244). Sum of RGB (Red+Green+Blue) = 152+205+244=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #98CDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDF4 is #67320B. Grayscale: #C1C1C1. Windows color (decimal): -6763020 or 16043416. OLE color: 16043416.

HSL color Cylindrical-coordinate representation of color #98CDF4: hue angle of 205.43º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CDF4 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152205244-
CMYK0.380.1600.04
HSL205.43º80.7%77.65%-
HSV(B)205.43º37.7%95.69%-
XYZ51.1156.8793.87-
YUV193.6156.4498.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.29%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=25.29%
G=34.11%
B=40.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522052440.380.1600.04205.4380.777.65
Hex98CDF4261004cd514e
Octal230315364462004315121116
Binary1001100011001101111101001001101000001001100110110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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