#94BCCB

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

Shades of Regent St Blue #94BCCB

Tints of Regent St Blue #94BCCB

Color information

#94BCCB (or 0x94BCCB) is unknown color: approx Regent St Blue. HEX triplet: 94, BC and CB. RGB value is (148,188,203). Sum of RGB (Red+Green+Blue) = 148+188+203=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 188 (73.83% from 255 or 34.88% 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 #94BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCCB is #6B4334. Grayscale: #B1B1B1. Windows color (decimal): -7029557 or 13352084. OLE color: 13352084.

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

Color convert

RGB148188203-
CMYK0.270.0700.20
HSL196.36º34.59%68.82%-
HSV(B)196.36º27.09%79.61%-
XYZ40.9846.5763.33-
YUV177.75142.25106.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=27.46%
G=34.88%
B=37.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481882030.270.0700.20196.3634.5968.82
Hex94BCCB1B7014c42345
Octal22427431333702430443105
Binary10010100101111001100101111011111010100110001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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