#94BBD0

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

Shades of Regent St Blue #94BBD0

Tints of Regent St Blue #94BBD0

Color information

#94BBD0 (or 0x94BBD0) is unknown color: approx Regent St Blue. HEX triplet: 94, BB and D0. RGB value is (148,187,208). Sum of RGB (Red+Green+Blue) = 148+187+208=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #94BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBD0 is #6B442F. Grayscale: #B1B1B1. Windows color (decimal): -7029808 or 13679508. OLE color: 13679508.

HSL color Cylindrical-coordinate representation of color #94BBD0: hue angle of 201º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94BBD0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148187208-
CMYK0.290.1000.18
HSL201º38.96%69.8%-
HSV(B)201º28.85%81.57%-
XYZ41.3746.3966.45-
YUV177.73145.08106.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=27.26%
G=34.44%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481872080.290.1000.1820138.9669.8
Hex94BBD01DA012c92746
Octal224273320351202231147106
Binary100101001011101111010000111011010010010110010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,208); }

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

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

 a { background-color: rgb(148,187,208); }

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

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

 span { border-color: rgb(148,187,208); }

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