#98C5DD

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

Shades of Cornflower #98C5DD

Tints of Cornflower #98C5DD

Color information

#98C5DD (or 0x98C5DD) is unknown color: approx Cornflower. HEX triplet: 98, C5 and DD. RGB value is (152,197,221). Sum of RGB (Red+Green+Blue) = 152+197+221=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #98C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5DD is #673A22. Grayscale: #BABABA. Windows color (decimal): -6765091 or 14534040. OLE color: 14534040.

HSL color Cylindrical-coordinate representation of color #98C5DD: hue angle of 200.87º 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 #98C5DD is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152197221-
CMYK0.310.1100.13
HSL200.87º50.36%73.14%-
HSV(B)200.87º31.22%86.67%-
XYZ45.9751.8375.99-
YUV186.28147.59103.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.67%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=26.67%
G=34.56%
B=38.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521972210.310.1100.13200.8750.3673.14
Hex98C5DD1FB0Dc93249
Octal230305335371301531162111
Binary10011000110001011101110111111101101101110010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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