#93BCD0

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

Shades of Regent St Blue #93BCD0

Tints of Regent St Blue #93BCD0

Color information

#93BCD0 (or 0x93BCD0) is unknown color: approx Regent St Blue. HEX triplet: 93, BC and D0. RGB value is (147,188,208). Sum of RGB (Red+Green+Blue) = 147+188+208=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #93BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCD0 is #6C432F. Grayscale: #B1B1B1. Windows color (decimal): -7095088 or 13679763. OLE color: 13679763.

HSL color Cylindrical-coordinate representation of color #93BCD0: hue angle of 199.67º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BCD0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147188208-
CMYK0.290.1000.18
HSL199.67º39.35%69.61%-
HSV(B)199.67º29.33%81.57%-
XYZ41.446.7266.51-
YUV178.02144.92105.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=27.07%
G=34.62%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471882080.290.1000.18199.6739.3569.61
Hex93BCD01DA012c82746
Octal223274320351202231047106
Binary100100111011110011010000111011010010010110010001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,208); }

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

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

 a { background-color: rgb(147,188,208); }

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

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

 span { border-color: rgb(147,188,208); }

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