#98BBDA

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

Shades of Cornflower #98BBDA

Tints of Cornflower #98BBDA

Color information

#98BBDA (or 0x98BBDA) is unknown color: approx Cornflower. HEX triplet: 98, BB and DA. RGB value is (152,187,218). Sum of RGB (Red+Green+Blue) = 152+187+218=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBDA is #674425. Grayscale: #B3B3B3. Windows color (decimal): -6767654 or 14334872. OLE color: 14334872.

HSL color Cylindrical-coordinate representation of color #98BBDA: hue angle of 208.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BBDA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152187218-
CMYK0.300.1400.15
HSL208.18º47.14%72.55%-
HSV(B)208.18º30.28%85.49%-
XYZ43.3747.2873.17-
YUV180.07149.4107.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=27.29%
G=33.57%
B=39.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521872180.300.1400.15208.1847.1472.55
Hex98BBDA1EE0Fd02f49
Octal230273332361601732057111
Binary10011000101110111101101011110111001111110100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,187,218); }

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

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

 a { background-color: rgb(152,187,218); }

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

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

 span { border-color: rgb(152,187,218); }

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