#98CAED

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

Shades of Cornflower #98CAED

Tints of Cornflower #98CAED

Color information

#98CAED (or 0x98CAED) is unknown color: approx Cornflower. HEX triplet: 98, CA and ED. RGB value is (152,202,237). Sum of RGB (Red+Green+Blue) = 152+202+237=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #98CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAED is #673512. Grayscale: #BEBEBE. Windows color (decimal): -6763795 or 15583896. OLE color: 15583896.

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

Color convert

RGB152202237-
CMYK0.360.1500.07
HSL204.71º70.25%76.27%-
HSV(B)204.71º35.86%92.94%-
XYZ49.3655.0388.14-
YUV191.04153.94100.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.72%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=25.72%
G=34.18%
B=40.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522022370.360.1500.07204.7170.2576.27
Hex98CAED24F07cd464c
Octal230312355441707315106114
Binary100110001100101011101101100100111101111100110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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