#93BECE

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

Shades of Regent St Blue #93BECE

Tints of Regent St Blue #93BECE

Color information

#93BECE (or 0x93BECE) is unknown color: approx Regent St Blue. HEX triplet: 93, BE and CE. RGB value is (147,190,206). Sum of RGB (Red+Green+Blue) = 147+190+206=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #93BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BECE is #6C4131. Grayscale: #B2B2B2. Windows color (decimal): -7094578 or 13549203. OLE color: 13549203.

HSL color Cylindrical-coordinate representation of color #93BECE: hue angle of 196.27º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BECE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147190206-
CMYK0.290.0800.19
HSL196.27º37.58%69.22%-
HSV(B)196.27º28.64%80.78%-
XYZ41.5947.4965.37-
YUV178.97143.25105.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=27.07%
G=34.99%
B=37.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471902060.290.0800.19196.2737.5869.22
Hex93BECE1D8013c42645
Octal223276316351002330446105
Binary100100111011111011001110111011000010011110001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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