#94BDD0

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

Shades of Regent St Blue #94BDD0

Tints of Regent St Blue #94BDD0

Color information

#94BDD0 (or 0x94BDD0) is unknown color: approx Regent St Blue. HEX triplet: 94, BD and D0. RGB value is (148,189,208). Sum of RGB (Red+Green+Blue) = 148+189+208=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #94BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDD0 is #6B422F. Grayscale: #B2B2B2. Windows color (decimal): -7029296 or 13680020. OLE color: 13680020.

HSL color Cylindrical-coordinate representation of color #94BDD0: hue angle of 199º 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 #94BDD0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148189208-
CMYK0.290.0900.18
HSL199º38.96%69.8%-
HSV(B)199º28.85%81.57%-
XYZ41.847.2566.59-
YUV178.91144.42105.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=27.16%
G=34.68%
B=38.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481892080.290.0900.1819938.9669.8
Hex94BDD01D9012c72746
Octal224275320351102230747106
Binary100101001011110111010000111011001010010110001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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