#98C1DD

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

Shades of Cornflower #98C1DD

Tints of Cornflower #98C1DD

Color information

#98C1DD (or 0x98C1DD) is unknown color: approx Cornflower. HEX triplet: 98, C1 and DD. RGB value is (152,193,221). Sum of RGB (Red+Green+Blue) = 152+193+221=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1DD is #673E22. Grayscale: #B7B7B7. Windows color (decimal): -6766115 or 14533016. OLE color: 14533016.

HSL color Cylindrical-coordinate representation of color #98C1DD: hue angle of 204.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C1DD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152193221-
CMYK0.310.1300.13
HSL204.35º50.36%73.14%-
HSV(B)204.35º31.22%86.67%-
XYZ45.0750.0475.69-
YUV183.93148.92105.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.86%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=26.86%
G=34.10%
B=39.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521932210.310.1300.13204.3550.3673.14
Hex98C1DD1FD0Dcc3249
Octal230301335371501531462111
Binary10011000110000011101110111111110101101110011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,221); }

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

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

 a { background-color: rgb(152,193,221); }

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

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

 span { border-color: rgb(152,193,221); }

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