#94C7D0

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

Shades of Regent St Blue #94C7D0

Tints of Regent St Blue #94C7D0

Color information

#94C7D0 (or 0x94C7D0) is unknown color: approx Regent St Blue. HEX triplet: 94, C7 and D0. RGB value is (148,199,208). Sum of RGB (Red+Green+Blue) = 148+199+208=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #94C7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C7D0 is #6B382F. Grayscale: #B8B8B8. Windows color (decimal): -7026736 or 13682580. OLE color: 13682580.

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

Color convert

RGB148199208-
CMYK0.290.0400.18
HSL189º38.96%69.8%-
HSV(B)189º28.85%81.57%-
XYZ44.0251.767.33-
YUV184.78141.1101.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=26.67%
G=35.86%
B=37.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481992080.290.0400.1818938.9669.8
Hex94C7D01D4012bd2746
Octal22430732035402227547106
Binary10010100110001111101000011101100010010101111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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