#98CDED

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

Shades of Cornflower #98CDED

Tints of Cornflower #98CDED

Color information

#98CDED (or 0x98CDED) is unknown color: approx Cornflower. HEX triplet: 98, CD and ED. RGB value is (152,205,237). Sum of RGB (Red+Green+Blue) = 152+205+237=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #98CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDED is #673212. Grayscale: #C0C0C0. Windows color (decimal): -6763027 or 15584664. OLE color: 15584664.

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

Color convert

RGB152205237-
CMYK0.360.1400.07
HSL202.59º70.25%76.27%-
HSV(B)202.59º35.86%92.94%-
XYZ50.0756.4588.38-
YUV192.8152.9498.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.59%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=25.59%
G=34.51%
B=39.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522052370.360.1400.07202.5970.2576.27
Hex98CDED24E07cb464c
Octal230315355441607313106114
Binary100110001100110111101101100100111001111100101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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