#93bdca

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

Shades of Regent St Blue #93BDCA

Tints of Regent St Blue #93BDCA

Color information

#93BDCA (or 0x93BDCA) is unknown color: approx Regent St Blue. HEX triplet: 93, BD and CA. RGB value is (147,189,202). Sum of RGB (Red+Green+Blue) = 147+189+202=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDCA is #6C4235. Grayscale: #B1B1B1. Windows color (decimal): -7094838 or 13286803. OLE color: 13286803.

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

Color convert

RGB147189202-
CMYK0.270.0600.21
HSL194.18º34.16%68.43%-
HSV(B)194.18º27.23%79.22%-
XYZ40.8946.8662.77-
YUV177.92141.59105.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=27.32%
G=35.13%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471892020.270.0600.21194.1834.1668.43
Hex93BDCA1B6015c22244
Octal22327531233602530242104
Binary10010011101111011100101011011110010101110000101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93bdca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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