#94C5D7

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

Shades of Regent St Blue #94C5D7

Tints of Regent St Blue #94C5D7

Color information

#94C5D7 (or 0x94C5D7) is unknown color: approx Regent St Blue. HEX triplet: 94, C5 and D7. RGB value is (148,197,215). Sum of RGB (Red+Green+Blue) = 148+197+215=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #94C5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5D7 is #6B3A28. Grayscale: #B8B8B8. Windows color (decimal): -7027241 or 14140820. OLE color: 14140820.

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

Color convert

RGB148197215-
CMYK0.310.0800.16
HSL196.12º45.58%71.18%-
HSV(B)196.12º31.16%84.31%-
XYZ44.4451.1371.82-
YUV184.4145.27102.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.43%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=26.43%
G=35.18%
B=38.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481972150.310.0800.16196.1245.5871.18
Hex94C5D71F8010c42e47
Octal224305327371002030456107
Binary100101001100010111010111111111000010000110001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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