#93BBD1

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

Shades of Regent St Blue #93BBD1

Tints of Regent St Blue #93BBD1

Color information

#93BBD1 (or 0x93BBD1) is unknown color: approx Regent St Blue. HEX triplet: 93, BB and D1. RGB value is (147,187,209). Sum of RGB (Red+Green+Blue) = 147+187+209=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #93BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBD1 is #6C442E. Grayscale: #B1B1B1. Windows color (decimal): -7095343 or 13745043. OLE color: 13745043.

HSL color Cylindrical-coordinate representation of color #93BBD1: hue angle of 201.29º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BBD1 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147187209-
CMYK0.300.1100.18
HSL201.29º40.26%69.8%-
HSV(B)201.29º29.67%81.96%-
XYZ41.3146.3567.09-
YUV177.55145.75106.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=27.07%
G=34.44%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471872090.300.1100.18201.2940.2669.8
Hex93BBD11EB012c92846
Octal223273321361302231150106
Binary100100111011101111010001111101011010010110010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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