#98C1F2

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

Shades of Sail #98C1F2

Tints of Sail #98C1F2

Color information

#98C1F2 (or 0x98C1F2) is unknown color: approx Sail. HEX triplet: 98, C1 and F2. RGB value is (152,193,242). Sum of RGB (Red+Green+Blue) = 152+193+242=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #98C1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C1F2 is #673E0D. Grayscale: #BABABA. Windows color (decimal): -6766094 or 15909272. OLE color: 15909272.

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

Color convert

RGB152193242-
CMYK0.370.2000.05
HSL212.67º77.59%77.25%-
HSV(B)212.67º37.19%94.9%-
XYZ48.0551.2391.36-
YUV186.33159.42103.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.89%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=25.89%
G=32.88%
B=41.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521932420.370.2000.05212.6777.5977.25
Hex98C1F2251405d54e4d
Octal230301362452405325116115
Binary1001100011000001111100101001011010001011101010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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