#98BDF1

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

Shades of Tropical Blue #98BDF1

Tints of Tropical Blue #98BDF1

Color information

#98BDF1 (or 0x98BDF1) is unknown color: approx Tropical Blue. HEX triplet: 98, BD and F1. RGB value is (152,189,241). Sum of RGB (Red+Green+Blue) = 152+189+241=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #98BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDF1 is #67420E. Grayscale: #B7B7B7. Windows color (decimal): -6767119 or 15842712. OLE color: 15842712.

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

Color convert

RGB152189241-
CMYK0.370.2200.05
HSL215.06º76.07%77.06%-
HSV(B)215.06º36.93%94.51%-
XYZ47.0249.4290.28-
YUV183.86160.24105.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.12%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=26.12%
G=32.47%
B=41.41%

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
Decimal1521892410.370.2200.05215.0676.0777.06
Hex98BDF1251605d74c4d
Octal230275361452605327114115
Binary1001100010111101111100011001011011001011101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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