#98BBE6

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

Shades of Cornflower #98BBE6

Tints of Cornflower #98BBE6

Color information

#98BBE6 (or 0x98BBE6) is unknown color: approx Cornflower. HEX triplet: 98, BB and E6. RGB value is (152,187,230). Sum of RGB (Red+Green+Blue) = 152+187+230=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #98BBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBE6 is #674419. Grayscale: #B5B5B5. Windows color (decimal): -6767642 or 15121304. OLE color: 15121304.

HSL color Cylindrical-coordinate representation of color #98BBE6: hue angle of 213.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BBE6 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB152187230-
CMYK0.340.1900.10
HSL213.08º60.94%74.9%-
HSV(B)213.08º33.91%90.2%-
XYZ4547.9381.74-
YUV181.44155.4107-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=26.71%
G=32.86%
B=40.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1521872300.340.1900.10213.0860.9474.9
Hex98BBE622130Ad53d4b
Octal230273346422301232575113
Binary1001100010111011111001101000101001101010110101011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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