#98BCF1

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

Shades of Tropical Blue #98BCF1

Tints of Tropical Blue #98BCF1

Color information

#98BCF1 (or 0x98BCF1) is unknown color: approx Tropical Blue. HEX triplet: 98, BC and F1. RGB value is (152,188,241). Sum of RGB (Red+Green+Blue) = 152+188+241=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #98BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCF1 is #67430E. Grayscale: #B7B7B7. Windows color (decimal): -6767375 or 15842456. OLE color: 15842456.

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

Color convert

RGB152188241-
CMYK0.370.2200.05
HSL215.73º76.07%77.06%-
HSV(B)215.73º36.93%94.51%-
XYZ46.8148.9990.21-
YUV183.28160.57105.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=26.16%
G=32.36%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1521882410.370.2200.05215.7376.0777.06
Hex98BCF1251605d84c4d
Octal230274361452605330114115
Binary1001100010111100111100011001011011001011101100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,188,241); }

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

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

 a { background-color: rgb(152,188,241); }

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

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

 span { border-color: rgb(152,188,241); }

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