#93BCCA

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

Shades of Regent St Blue #93BCCA

Tints of Regent St Blue #93BCCA

Color information

#93BCCA (or 0x93BCCA) is unknown color: approx Regent St Blue. HEX triplet: 93, BC and CA. RGB value is (147,188,202). Sum of RGB (Red+Green+Blue) = 147+188+202=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCA is #6C4335. Grayscale: #B1B1B1. Windows color (decimal): -7095094 or 13286547. OLE color: 13286547.

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

Color convert

RGB147188202-
CMYK0.270.0700.21
HSL195.27º34.16%68.43%-
HSV(B)195.27º27.23%79.22%-
XYZ40.6846.4362.7-
YUV177.34141.92106.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=27.37%
G=35.01%
B=37.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471882020.270.0700.21195.2734.1668.43
Hex93BCCA1B7015c32244
Octal22327431233702530342104
Binary10010011101111001100101011011111010101110000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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