#8FBFCC

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

Shades of Regent St Blue #8FBFCC

Tints of Regent St Blue #8FBFCC

Color information

#8FBFCC (or 0x8FBFCC) is unknown color: approx Regent St Blue. HEX triplet: 8F, BF and CC. RGB value is (143,191,204). Sum of RGB (Red+Green+Blue) = 143+191+204=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFCC is #704033. Grayscale: #B2B2B2. Windows color (decimal): -7356468 or 13418383. OLE color: 13418383.

HSL color Cylindrical-coordinate representation of color #8FBFCC: hue angle of 192.79º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBFCC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143191204-
CMYK0.300.0600.2
HSL192.79º37.42%68.04%-
HSV(B)192.79º29.9%80%-
XYZ40.8647.4664.13-
YUV178.13142.6102.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=26.58%
G=35.50%
B=37.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431912040.300.0600.2192.7937.4268.04
Hex8FBFCC1E6014c12544
Octal21727731436602430145104
Binary10001111101111111100110011110110010100110000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBFCC; }

 p { color: rgb(143,191,204); }

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

<style>
 a { background-color: #8FBFCC; }

 a { background-color: rgb(143,191,204); }

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

<style>
 span { border-color: #8FBFCC; }

 span { border-color: rgb(143,191,204); }

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