#8FC4CF

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

Shades of Regent St Blue #8FC4CF

Tints of Regent St Blue #8FC4CF

Color information

#8FC4CF (or 0x8FC4CF) is unknown color: approx Regent St Blue. HEX triplet: 8F, C4 and CF. RGB value is (143,196,207). Sum of RGB (Red+Green+Blue) = 143+196+207=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FC4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4CF is #703B30. Grayscale: #B5B5B5. Windows color (decimal): -7355185 or 13616271. OLE color: 13616271.

HSL color Cylindrical-coordinate representation of color #8FC4CF: hue angle of 190.31º 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 #8FC4CF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143196207-
CMYK0.310.0500.19
HSL190.31º40%68.63%-
HSV(B)190.31º30.92%81.18%-
XYZ42.3349.8266.42-
YUV181.41142.44100.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=26.19%
G=35.90%
B=37.91%

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
Decimal1431962070.310.0500.19190.314068.63
Hex8FC4CF1F5013be2845
Octal21730431737502327650105
Binary10001111110001001100111111111101010011101111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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