#8FC5CF

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

Shades of Regent St Blue #8FC5CF

Tints of Regent St Blue #8FC5CF

Color information

#8FC5CF (or 0x8FC5CF) is unknown color: approx Regent St Blue. HEX triplet: 8F, C5 and CF. RGB value is (143,197,207). Sum of RGB (Red+Green+Blue) = 143+197+207=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC5CF is #703A30. Grayscale: #B5B5B5. Windows color (decimal): -7354929 or 13616527. OLE color: 13616527.

HSL color Cylindrical-coordinate representation of color #8FC5CF: hue angle of 189.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FC5CF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143197207-
CMYK0.310.0500.19
HSL189.38º40%68.63%-
HSV(B)189.38º30.92%81.18%-
XYZ42.5650.2866.49-
YUV181.99142.11100.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=26.14%
G=36.01%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431972070.310.0500.19189.384068.63
Hex8FC5CF1F5013bd2845
Octal21730531737502327550105
Binary10001111110001011100111111111101010011101111011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,197,207); }

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

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

 a { background-color: rgb(143,197,207); }

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

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

 span { border-color: rgb(143,197,207); }

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