#98BBD1

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

Shades of Regent St Blue #98BBD1

Tints of Regent St Blue #98BBD1

Color information

#98BBD1 (or 0x98BBD1) is unknown color: approx Regent St Blue. HEX triplet: 98, BB and D1. RGB value is (152,187,209). Sum of RGB (Red+Green+Blue) = 152+187+209=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #98BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBD1 is #67442E. Grayscale: #B2B2B2. Windows color (decimal): -6767663 or 13745048. OLE color: 13745048.

HSL color Cylindrical-coordinate representation of color #98BBD1: hue angle of 203.16º 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 #98BBD1 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152187209-
CMYK0.270.1100.18
HSL203.16º38.26%70.78%-
HSV(B)203.16º27.27%81.96%-
XYZ42.2346.8267.13-
YUV179.04144.9108.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=27.74%
G=34.12%
B=38.14%

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
Decimal1521872090.270.1100.18203.1638.2670.78
Hex98BBD11BB012cb2647
Octal230273321331302231346107
Binary100110001011101111010001110111011010010110010111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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