#8FBFCD

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

Shades of Regent St Blue #8FBFCD

Tints of Regent St Blue #8FBFCD

Color information

#8FBFCD (or 0x8FBFCD) is unknown color: approx Regent St Blue. HEX triplet: 8F, BF and CD. RGB value is (143,191,205). Sum of RGB (Red+Green+Blue) = 143+191+205=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFCD is #704032. Grayscale: #B2B2B2. Windows color (decimal): -7356467 or 13483919. OLE color: 13483919.

HSL color Cylindrical-coordinate representation of color #8FBFCD: hue angle of 193.55º degrees, saturation: 0.38, 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 #8FBFCD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143191205-
CMYK0.300.0700.20
HSL193.55º38.27%68.24%-
HSV(B)193.55º30.24%80.39%-
XYZ40.9847.5164.77-
YUV178.24143.1102.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=26.53%
G=35.44%
B=38.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431912050.300.0700.20193.5538.2768.24
Hex8FBFCD1E7014c22644
Octal21727731536702430246104
Binary10001111101111111100110111110111010100110000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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