#8FC0CC

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

Shades of Regent St Blue #8FC0CC

Tints of Regent St Blue #8FC0CC

Color information

#8FC0CC (or 0x8FC0CC) is unknown color: approx Regent St Blue. HEX triplet: 8F, C0 and CC. RGB value is (143,192,204). Sum of RGB (Red+Green+Blue) = 143+192+204=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0CC is #703F33. Grayscale: #B2B2B2. Windows color (decimal): -7356212 or 13418639. OLE color: 13418639.

HSL color Cylindrical-coordinate representation of color #8FC0CC: hue angle of 191.8º 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 #8FC0CC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143192204-
CMYK0.300.0600.2
HSL191.8º37.42%68.04%-
HSV(B)191.8º29.9%80%-
XYZ41.0847.964.21-
YUV178.72142.27102.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=26.53%
G=35.62%
B=37.85%

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
Decimal1431922040.300.0600.2191.837.4268.04
Hex8FC0CC1E6014c02544
Octal21730031436602430045104
Binary10001111110000001100110011110110010100110000001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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