#94BECC

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

Shades of Regent St Blue #94BECC

Tints of Regent St Blue #94BECC

Color information

#94BECC (or 0x94BECC) is unknown color: approx Regent St Blue. HEX triplet: 94, BE and CC. RGB value is (148,190,204). Sum of RGB (Red+Green+Blue) = 148+190+204=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #94BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BECC is #6B4133. Grayscale: #B2B2B2. Windows color (decimal): -7029044 or 13418132. OLE color: 13418132.

HSL color Cylindrical-coordinate representation of color #94BECC: 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.27%. Process color model (Four color, CMYK) of #94BECC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148190204-
CMYK0.270.0700.2
HSL195º35.44%69.02%-
HSV(B)195º27.45%80%-
XYZ41.5347.4864.1-
YUV179.04142.09105.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=27.31%
G=35.06%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481902040.270.0700.219535.4469.02
Hex94BECC1B7014c32345
Octal22427631433702430343105
Binary10010100101111101100110011011111010100110000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,190,204); }

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

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

 a { background-color: rgb(148,190,204); }

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

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

 span { border-color: rgb(148,190,204); }

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