#94BCCE

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

Shades of Regent St Blue #94BCCE

Tints of Regent St Blue #94BCCE

Color information

#94BCCE (or 0x94BCCE) is unknown color: approx Regent St Blue. HEX triplet: 94, BC and CE. RGB value is (148,188,206). Sum of RGB (Red+Green+Blue) = 148+188+206=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #94BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCCE is #6B4331. Grayscale: #B1B1B1. Windows color (decimal): -7029554 or 13548692. OLE color: 13548692.

HSL color Cylindrical-coordinate representation of color #94BCCE: hue angle of 198.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94BCCE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148188206-
CMYK0.280.0900.19
HSL198.62º37.18%69.41%-
HSV(B)198.62º28.16%80.78%-
XYZ41.3446.7265.23-
YUV178.09143.75106.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=27.31%
G=34.69%
B=38.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481882060.280.0900.19198.6237.1869.41
Hex94BCCE1C9013c72545
Octal224274316341102330745105
Binary100101001011110011001110111001001010011110001111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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