#8FBFCA

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

Shades of Regent St Blue #8FBFCA

Tints of Regent St Blue #8FBFCA

Color information

#8FBFCA (or 0x8FBFCA) is unknown color: approx Regent St Blue. HEX triplet: 8F, BF and CA. RGB value is (143,191,202). Sum of RGB (Red+Green+Blue) = 143+191+202=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FBFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFCA is #704035. Grayscale: #B1B1B1. Windows color (decimal): -7356470 or 13287311. OLE color: 13287311.

HSL color Cylindrical-coordinate representation of color #8FBFCA: hue angle of 191.19º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBFCA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143191202-
CMYK0.290.0500.21
HSL191.19º35.76%67.65%-
HSV(B)191.19º29.21%79.22%-
XYZ40.6247.3762.88-
YUV177.9141.6103.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=26.68%
G=35.63%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431912020.290.0500.21191.1935.7667.65
Hex8FBFCA1D5015bf2444
Octal21727731235502527744104
Binary10001111101111111100101011101101010101101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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