#94C7D7

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

Shades of Regent St Blue #94C7D7

Tints of Regent St Blue #94C7D7

Color information

#94C7D7 (or 0x94C7D7) is unknown color: approx Regent St Blue. HEX triplet: 94, C7 and D7. RGB value is (148,199,215). Sum of RGB (Red+Green+Blue) = 148+199+215=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #94C7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C7D7 is #6B3828. Grayscale: #B9B9B9. Windows color (decimal): -7026729 or 14141332. OLE color: 14141332.

HSL color Cylindrical-coordinate representation of color #94C7D7: hue angle of 194.33º degrees, saturation: 0.46, 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 #94C7D7 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148199215-
CMYK0.310.0700.16
HSL194.33º45.58%71.18%-
HSV(B)194.33º31.16%84.31%-
XYZ44.952.0571.97-
YUV185.58144.6101.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.33%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=26.33%
G=35.41%
B=38.26%

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
Decimal1481992150.310.0700.16194.3345.5871.18
Hex94C7D71F7010c22e47
Octal22430732737702030256107
Binary10010100110001111101011111111111010000110000101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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