#94C2CF

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

Shades of Regent St Blue #94C2CF

Tints of Regent St Blue #94C2CF

Color information

#94C2CF (or 0x94C2CF) is unknown color: approx Regent St Blue. HEX triplet: 94, C2 and CF. RGB value is (148,194,207). Sum of RGB (Red+Green+Blue) = 148+194+207=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #94C2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2CF is #6B3D30. Grayscale: #B5B5B5. Windows color (decimal): -7028017 or 13615764. OLE color: 13615764.

HSL color Cylindrical-coordinate representation of color #94C2CF: hue angle of 193.22º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94C2CF is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148194207-
CMYK0.290.0600.19
HSL193.22º38.06%69.61%-
HSV(B)193.22º28.5%81.18%-
XYZ42.7749.3866.31-
YUV181.73142.26103.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=26.96%
G=35.34%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481942070.290.0600.19193.2238.0669.61
Hex94C2CF1D6013c12646
Octal22430231735602330146106
Binary10010100110000101100111111101110010011110000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,207); }

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

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

 a { background-color: rgb(148,194,207); }

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

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

 span { border-color: rgb(148,194,207); }

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