#94C0CA

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

Shades of Regent St Blue #94C0CA

Tints of Regent St Blue #94C0CA

Color information

#94C0CA (or 0x94C0CA) is unknown color: approx Regent St Blue. HEX triplet: 94, C0 and CA. RGB value is (148,192,202). Sum of RGB (Red+Green+Blue) = 148+192+202=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #94C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0CA is #6B3F35. Grayscale: #B3B3B3. Windows color (decimal): -7028534 or 13287572. OLE color: 13287572.

HSL color Cylindrical-coordinate representation of color #94C0CA: hue angle of 191.11º 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 #94C0CA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148192202-
CMYK0.270.0500.21
HSL191.11º33.75%68.63%-
HSV(B)191.11º26.73%79.22%-
XYZ41.7248.2662.99-
YUV179.98140.42105.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=27.31%
G=35.42%
B=37.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481922020.270.0500.21191.1133.7568.63
Hex94C0CA1B5015bf2245
Octal22430031233502527742105
Binary10010100110000001100101011011101010101101111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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