#93C0C9

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

Shades of Regent St Blue #93C0C9

Tints of Regent St Blue #93C0C9

Color information

#93C0C9 (or 0x93C0C9) is unknown color: approx Regent St Blue. HEX triplet: 93, C0 and C9. RGB value is (147,192,201). Sum of RGB (Red+Green+Blue) = 147+192+201=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #93C0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0C9 is #6C3F36. Grayscale: #B3B3B3. Windows color (decimal): -7094071 or 13222035. OLE color: 13222035.

HSL color Cylindrical-coordinate representation of color #93C0C9: hue angle of 190º 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 #93C0C9 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147192201-
CMYK0.270.0400.21
HSL190º33.33%68.24%-
HSV(B)190º26.87%78.82%-
XYZ41.4248.1262.36-
YUV179.57140.09104.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=27.22%
G=35.56%
B=37.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471922010.270.0400.2119033.3368.24
Hex93C0C91B4015be2144
Octal22330031133402527641104
Binary10010011110000001100100111011100010101101111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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