#98C4DC

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

Shades of Cornflower #98C4DC

Tints of Cornflower #98C4DC

Color information

#98C4DC (or 0x98C4DC) is unknown color: approx Cornflower. HEX triplet: 98, C4 and DC. RGB value is (152,196,220). Sum of RGB (Red+Green+Blue) = 152+196+220=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #98C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C4DC is #673B23. Grayscale: #B9B9B9. Windows color (decimal): -6765348 or 14468248. OLE color: 14468248.

HSL color Cylindrical-coordinate representation of color #98C4DC: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C4DC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152196220-
CMYK0.310.1100.14
HSL201.18º49.28%72.94%-
HSV(B)201.18º30.91%86.27%-
XYZ45.6151.3275.21-
YUV185.58147.42104.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.76%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=26.76%
G=34.51%
B=38.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521962200.310.1100.14201.1849.2872.94
Hex98C4DC1FB0Ec93149
Octal230304334371301631161111
Binary10011000110001001101110011111101101110110010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,220); }

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

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

 a { background-color: rgb(152,196,220); }

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

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

 span { border-color: rgb(152,196,220); }

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