#98D5ED

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

Shades of Cornflower #98D5ED

Tints of Cornflower #98D5ED

Color information

#98D5ED (or 0x98D5ED) is unknown color: approx Cornflower. HEX triplet: 98, D5 and ED. RGB value is (152,213,237). Sum of RGB (Red+Green+Blue) = 152+213+237=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #98D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5ED is #672A12. Grayscale: #C5C5C5. Windows color (decimal): -6760979 or 15586712. OLE color: 15586712.

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

Color convert

RGB152213237-
CMYK0.360.1000.07
HSL196.94º70.25%76.27%-
HSV(B)196.94º35.86%92.94%-
XYZ52.0360.3889.03-
YUV197.5150.2995.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.25%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=25.25%
G=35.38%
B=39.37%

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
Decimal1522132370.360.1000.07196.9470.2576.27
Hex98D5ED24A07c5464c
Octal230325355441207305106114
Binary100110001101010111101101100100101001111100010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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