#98BEF2

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

Shades of Sail #98BEF2

Tints of Sail #98BEF2

Color information

#98BEF2 (or 0x98BEF2) is unknown color: approx Sail. HEX triplet: 98, BE and F2. RGB value is (152,190,242). Sum of RGB (Red+Green+Blue) = 152+190+242=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #98BEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BEF2 is #67410D. Grayscale: #B8B8B8. Windows color (decimal): -6766862 or 15908504. OLE color: 15908504.

HSL color Cylindrical-coordinate representation of color #98BEF2: hue angle of 214.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BEF2 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152190242-
CMYK0.370.2100.05
HSL214.67º77.59%77.25%-
HSV(B)214.67º37.19%94.9%-
XYZ47.3949.9191.14-
YUV184.57160.41104.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.03%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 242 (94.92% from 255) = 41.44%
R=26.03%
G=32.53%
B=41.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521902420.370.2100.05214.6777.5977.25
Hex98BEF2251505d74e4d
Octal230276362452505327116115
Binary1001100010111110111100101001011010101011101011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,190,242); }

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

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

 a { background-color: rgb(152,190,242); }

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

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

 span { border-color: rgb(152,190,242); }

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