#98C0F2

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

Shades of Sail #98C0F2

Tints of Sail #98C0F2

Color information

#98C0F2 (or 0x98C0F2) is unknown color: approx Sail. HEX triplet: 98, C0 and F2. RGB value is (152,192,242). Sum of RGB (Red+Green+Blue) = 152+192+242=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #98C0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0F2 is #673F0D. Grayscale: #B9B9B9. Windows color (decimal): -6766350 or 15909016. OLE color: 15909016.

HSL color Cylindrical-coordinate representation of color #98C0F2: hue angle of 213.33º 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 #98C0F2 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152192242-
CMYK0.370.2100.05
HSL213.33º77.59%77.25%-
HSV(B)213.33º37.19%94.9%-
XYZ47.8350.7991.29-
YUV185.74159.75103.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.94%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 242 (94.92% from 255) = 41.30%
R=25.94%
G=32.76%
B=41.30%

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
Decimal1521922420.370.2100.05213.3377.5977.25
Hex98C0F2251505d54e4d
Octal230300362452505325116115
Binary1001100011000000111100101001011010101011101010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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