#93BDCB

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

Shades of Regent St Blue #93BDCB

Tints of Regent St Blue #93BDCB

Color information

#93BDCB (or 0x93BDCB) is unknown color: approx Regent St Blue. HEX triplet: 93, BD and CB. RGB value is (147,189,203). Sum of RGB (Red+Green+Blue) = 147+189+203=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #93BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDCB is #6C4234. Grayscale: #B1B1B1. Windows color (decimal): -7094837 or 13352339. OLE color: 13352339.

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

Color convert

RGB147189203-
CMYK0.280.0700.20
HSL195º35%68.63%-
HSV(B)195º27.59%79.61%-
XYZ41.0146.9163.39-
YUV178.04142.09105.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=27.27%
G=35.06%
B=37.66%

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
Decimal1471892030.280.0700.201953568.63
Hex93BDCB1C7014c32345
Octal22327531334702430343105
Binary10010011101111011100101111100111010100110000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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