#94C0CE

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

Shades of Regent St Blue #94C0CE

Tints of Regent St Blue #94C0CE

Color information

#94C0CE (or 0x94C0CE) is unknown color: approx Regent St Blue. HEX triplet: 94, C0 and CE. RGB value is (148,192,206). Sum of RGB (Red+Green+Blue) = 148+192+206=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #94C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0CE is #6B3F31. Grayscale: #B4B4B4. Windows color (decimal): -7028530 or 13549716. OLE color: 13549716.

HSL color Cylindrical-coordinate representation of color #94C0CE: hue angle of 194.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94C0CE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148192206-
CMYK0.280.0700.19
HSL194.48º37.18%69.41%-
HSV(B)194.48º28.16%80.78%-
XYZ42.248.4565.52-
YUV180.44142.42104.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=27.11%
G=35.16%
B=37.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481922060.280.0700.19194.4837.1869.41
Hex94C0CE1C7013c22545
Octal22430031634702330245105
Binary10010100110000001100111011100111010011110000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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