#93BCCB

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

Shades of Regent St Blue #93BCCB

Tints of Regent St Blue #93BCCB

Color information

#93BCCB (or 0x93BCCB) is unknown color: approx Regent St Blue. HEX triplet: 93, BC and CB. RGB value is (147,188,203). Sum of RGB (Red+Green+Blue) = 147+188+203=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #93BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCCB is #6C4334. Grayscale: #B1B1B1. Windows color (decimal): -7095093 or 13352083. OLE color: 13352083.

HSL color Cylindrical-coordinate representation of color #93BCCB: hue angle of 196.07º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BCCB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147188203-
CMYK0.280.0700.20
HSL196.07º35%68.63%-
HSV(B)196.07º27.59%79.61%-
XYZ40.846.4863.32-
YUV177.45142.42106.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=27.32%
G=34.94%
B=37.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471882030.280.0700.20196.073568.63
Hex93BCCB1C7014c42345
Octal22327431334702430443105
Binary10010011101111001100101111100111010100110001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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