#98BAD1

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

Shades of Regent St Blue #98BAD1

Tints of Regent St Blue #98BAD1

Color information

#98BAD1 (or 0x98BAD1) is unknown color: approx Regent St Blue. HEX triplet: 98, BA and D1. RGB value is (152,186,209). Sum of RGB (Red+Green+Blue) = 152+186+209=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #98BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAD1 is #67452E. Grayscale: #B2B2B2. Windows color (decimal): -6767919 or 13744792. OLE color: 13744792.

HSL color Cylindrical-coordinate representation of color #98BAD1: hue angle of 204.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BAD1 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152186209-
CMYK0.270.1100.18
HSL204.21º38.26%70.78%-
HSV(B)204.21º27.27%81.96%-
XYZ42.0246.467.06-
YUV178.46145.24109.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=27.79%
G=34.00%
B=38.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521862090.270.1100.18204.2138.2670.78
Hex98BAD11BB012cc2647
Octal230272321331302231446107
Binary100110001011101011010001110111011010010110011001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,209); }

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

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

 a { background-color: rgb(152,186,209); }

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

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

 span { border-color: rgb(152,186,209); }

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