#94BED0

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

Shades of Regent St Blue #94BED0

Tints of Regent St Blue #94BED0

Color information

#94BED0 (or 0x94BED0) is unknown color: approx Regent St Blue. HEX triplet: 94, BE and D0. RGB value is (148,190,208). Sum of RGB (Red+Green+Blue) = 148+190+208=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #94BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BED0 is #6B412F. Grayscale: #B3B3B3. Windows color (decimal): -7029040 or 13680276. OLE color: 13680276.

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

Color convert

RGB148190208-
CMYK0.290.0900.18
HSL198º38.96%69.8%-
HSV(B)198º28.85%81.57%-
XYZ42.0147.6866.66-
YUV179.49144.09105.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=27.11%
G=34.80%
B=38.10%

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
Decimal1481902080.290.0900.1819838.9669.8
Hex94BED01D9012c62746
Octal224276320351102230647106
Binary100101001011111011010000111011001010010110001101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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