#98BBE1

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

Shades of Cornflower #98BBE1

Tints of Cornflower #98BBE1

Color information

#98BBE1 (or 0x98BBE1) is unknown color: approx Cornflower. HEX triplet: 98, BB and E1. RGB value is (152,187,225). Sum of RGB (Red+Green+Blue) = 152+187+225=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #98BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBE1 is #67441E. Grayscale: #B4B4B4. Windows color (decimal): -6767647 or 14793624. OLE color: 14793624.

HSL color Cylindrical-coordinate representation of color #98BBE1: hue angle of 211.23º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BBE1 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152187225-
CMYK0.320.1700.12
HSL211.23º54.89%73.92%-
HSV(B)211.23º32.44%88.24%-
XYZ44.3147.6578.1-
YUV180.87152.9107.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=26.95%
G=33.16%
B=39.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521872250.320.1700.12211.2354.8973.92
Hex98BBE120110Cd3374a
Octal230273341402101432367112
Binary1001100010111011111000011000001000101100110100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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