#94BFCD

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

Shades of Regent St Blue #94BFCD

Tints of Regent St Blue #94BFCD

Color information

#94BFCD (or 0x94BFCD) is unknown color: approx Regent St Blue. HEX triplet: 94, BF and CD. RGB value is (148,191,205). Sum of RGB (Red+Green+Blue) = 148+191+205=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #94BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFCD is #6B4032. Grayscale: #B3B3B3. Windows color (decimal): -7028787 or 13483924. OLE color: 13483924.

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

Color convert

RGB148191205-
CMYK0.280.0700.20
HSL194.74º36.31%69.22%-
HSV(B)194.74º27.8%80.39%-
XYZ41.8647.9764.81-
YUV179.74142.25105.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=27.21%
G=35.11%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481912050.280.0700.20194.7436.3169.22
Hex94BFCD1C7014c32445
Octal22427731534702430344105
Binary10010100101111111100110111100111010100110000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,205); }

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

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

 a { background-color: rgb(148,191,205); }

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

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

 span { border-color: rgb(148,191,205); }

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