#94C1CA

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

Shades of Regent St Blue #94C1CA

Tints of Regent St Blue #94C1CA

Color information

#94C1CA (or 0x94C1CA) is unknown color: approx Regent St Blue. HEX triplet: 94, C1 and CA. RGB value is (148,193,202). Sum of RGB (Red+Green+Blue) = 148+193+202=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #94C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C1CA is #6B3E35. Grayscale: #B4B4B4. Windows color (decimal): -7028278 or 13287828. OLE color: 13287828.

HSL color Cylindrical-coordinate representation of color #94C1CA: hue angle of 190º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C1CA is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148193202-
CMYK0.270.0400.21
HSL190º33.75%68.63%-
HSV(B)190º26.73%79.22%-
XYZ41.9448.763.07-
YUV180.57140.09104.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=27.26%
G=35.54%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481932020.270.0400.2119033.7568.63
Hex94C1CA1B4015be2245
Octal22430131233402527642105
Binary10010100110000011100101011011100010101101111101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,202); }

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

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

 a { background-color: rgb(148,193,202); }

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

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

 span { border-color: rgb(148,193,202); }

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