#98bced

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

Shades of Tropical Blue #98BCED

Tints of Tropical Blue #98BCED

Color information

#98BCED (or 0x98BCED) is unknown color: approx Tropical Blue. HEX triplet: 98, BC and ED. RGB value is (152,188,237). Sum of RGB (Red+Green+Blue) = 152+188+237=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #98BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BCED is #674312. Grayscale: #B6B6B6. Windows color (decimal): -6767379 or 15580312. OLE color: 15580312.

HSL color Cylindrical-coordinate representation of color #98BCED: hue angle of 214.59º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98BCED is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152188237-
CMYK0.360.2100.07
HSL214.59º70.25%76.27%-
HSV(B)214.59º35.86%92.94%-
XYZ46.2248.7687.1-
YUV182.82158.57106.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=26.34%
G=32.58%
B=41.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521882370.360.2100.07214.5970.2576.27
Hex98BCED241507d7464c
Octal230274355442507327106114
Binary1001100010111100111011011001001010101111101011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98bced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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