#98BFDD

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

Shades of Cornflower #98BFDD

Tints of Cornflower #98BFDD

Color information

#98BFDD (or 0x98BFDD) is unknown color: approx Cornflower. HEX triplet: 98, BF and DD. RGB value is (152,191,221). Sum of RGB (Red+Green+Blue) = 152+191+221=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #98BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFDD is #674022. Grayscale: #B6B6B6. Windows color (decimal): -6766627 or 14532504. OLE color: 14532504.

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

Color convert

RGB152191221-
CMYK0.310.1400.13
HSL206.09º50.36%73.14%-
HSV(B)206.09º31.22%86.67%-
XYZ44.6349.1675.54-
YUV182.76149.58106.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=26.95%
G=33.87%
B=39.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521912210.310.1400.13206.0950.3673.14
Hex98BFDD1FE0Dce3249
Octal230277335371601531662111
Binary10011000101111111101110111111111001101110011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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