#93BFC9

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

Shades of Regent St Blue #93BFC9

Tints of Regent St Blue #93BFC9

Color information

#93BFC9 (or 0x93BFC9) is unknown color: approx Regent St Blue. HEX triplet: 93, BF and C9. RGB value is (147,191,201). Sum of RGB (Red+Green+Blue) = 147+191+201=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #93BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFC9 is #6C4036. Grayscale: #B2B2B2. Windows color (decimal): -7094327 or 13221779. OLE color: 13221779.

HSL color Cylindrical-coordinate representation of color #93BFC9: hue angle of 191.11º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BFC9 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147191201-
CMYK0.270.0500.21
HSL191.11º33.33%68.24%-
HSV(B)191.11º26.87%78.82%-
XYZ41.2147.6862.29-
YUV178.98140.42105.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=27.27%
G=35.44%
B=37.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471912010.270.0500.21191.1133.3368.24
Hex93BFC91B5015bf2144
Octal22327731133502527741104
Binary10010011101111111100100111011101010101101111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,191,201); }

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

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

 a { background-color: rgb(147,191,201); }

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

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

 span { border-color: rgb(147,191,201); }

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