#98CDEC

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

Shades of Cornflower #98CDEC

Tints of Cornflower #98CDEC

Color information

#98CDEC (or 0x98CDEC) is unknown color: approx Cornflower. HEX triplet: 98, CD and EC. RGB value is (152,205,236). Sum of RGB (Red+Green+Blue) = 152+205+236=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #98CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDEC is #673213. Grayscale: #C0C0C0. Windows color (decimal): -6763028 or 15519128. OLE color: 15519128.

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

Color convert

RGB152205236-
CMYK0.360.1300.07
HSL202.14º68.85%76.08%-
HSV(B)202.14º35.59%92.55%-
XYZ49.9256.3987.61-
YUV192.69152.4498.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=25.63%
G=34.57%
B=39.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522052360.360.1300.07202.1468.8576.08
Hex98CDEC24D07ca454c
Octal230315354441507312105114
Binary100110001100110111101100100100110101111100101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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