#94C7D6

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

Shades of Regent St Blue #94C7D6

Tints of Regent St Blue #94C7D6

Color information

#94C7D6 (or 0x94C7D6) is unknown color: approx Regent St Blue. HEX triplet: 94, C7 and D6. RGB value is (148,199,214). Sum of RGB (Red+Green+Blue) = 148+199+214=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #94C7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C7D6 is #6B3829. Grayscale: #B9B9B9. Windows color (decimal): -7026730 or 14075796. OLE color: 14075796.

HSL color Cylindrical-coordinate representation of color #94C7D6: hue angle of 193.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C7D6 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148199214-
CMYK0.310.0700.16
HSL193.64º44.59%70.98%-
HSV(B)193.64º30.84%83.92%-
XYZ44.775271.3-
YUV185.46144.1101.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=26.38%
G=35.47%
B=38.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481992140.310.0700.16193.6444.5970.98
Hex94C7D61F7010c22d47
Octal22430732637702030255107
Binary10010100110001111101011011111111010000110000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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