#98CCED

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

Shades of Cornflower #98CCED

Tints of Cornflower #98CCED

Color information

#98CCED (or 0x98CCED) is unknown color: approx Cornflower. HEX triplet: 98, CC and ED. RGB value is (152,204,237). Sum of RGB (Red+Green+Blue) = 152+204+237=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #98CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCED is #673312. Grayscale: #C0C0C0. Windows color (decimal): -6763283 or 15584408. OLE color: 15584408.

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

Color convert

RGB152204237-
CMYK0.360.1400.07
HSL203.29º70.25%76.27%-
HSV(B)203.29º35.86%92.94%-
XYZ49.8355.9888.3-
YUV192.21153.2799.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=25.63%
G=34.40%
B=39.97%

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
Decimal1522042370.360.1400.07203.2970.2576.27
Hex98CCED24E07cb464c
Octal230314355441607313106114
Binary100110001100110011101101100100111001111100101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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