#93BECB

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

Shades of Regent St Blue #93BECB

Tints of Regent St Blue #93BECB

Color information

#93BECB (or 0x93BECB) is unknown color: approx Regent St Blue. HEX triplet: 93, BE and CB. RGB value is (147,190,203). Sum of RGB (Red+Green+Blue) = 147+190+203=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #93BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BECB is #6C4134. Grayscale: #B2B2B2. Windows color (decimal): -7094581 or 13352595. OLE color: 13352595.

HSL color Cylindrical-coordinate representation of color #93BECB: hue angle of 193.93º 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 #93BECB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147190203-
CMYK0.280.0600.20
HSL193.93º35%68.63%-
HSV(B)193.93º27.59%79.61%-
XYZ41.2347.3463.46-
YUV178.62141.75105.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=27.22%
G=35.19%
B=37.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471902030.280.0600.20193.933568.63
Hex93BECB1C6014c22345
Octal22327631334602430243105
Binary10010011101111101100101111100110010100110000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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