#98C2F7

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

Shades of Sail #98C2F7

Tints of Sail #98C2F7

Color information

#98C2F7 (or 0x98C2F7) is unknown color: approx Sail. HEX triplet: 98, C2 and F7. RGB value is (152,194,247). Sum of RGB (Red+Green+Blue) = 152+194+247=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #98C2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C2F7 is #673D08. Grayscale: #BBBBBB. Windows color (decimal): -6765833 or 16237208. OLE color: 16237208.

HSL color Cylindrical-coordinate representation of color #98C2F7: hue angle of 213.47º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98C2F7 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152194247-
CMYK0.380.2100.03
HSL213.47º85.59%78.24%-
HSV(B)213.47º38.46%96.86%-
XYZ49.0351.9795.44-
YUV187.48161.59102.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=25.63%
G=32.72%
B=41.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521942470.380.2100.03213.4785.5978.24
Hex98C2F7261503d5564e
Octal230302367462503325126116
Binary100110001100001011110111100110101010111101010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,194,247); }

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

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

 a { background-color: rgb(152,194,247); }

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

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

 span { border-color: rgb(152,194,247); }

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