#8FC2CC

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

Shades of Regent St Blue #8FC2CC

Tints of Regent St Blue #8FC2CC

Color information

#8FC2CC (or 0x8FC2CC) is unknown color: approx Regent St Blue. HEX triplet: 8F, C2 and CC. RGB value is (143,194,204). Sum of RGB (Red+Green+Blue) = 143+194+204=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC2CC is #703D33. Grayscale: #B3B3B3. Windows color (decimal): -7355700 or 13419151. OLE color: 13419151.

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

Color convert

RGB143194204-
CMYK0.300.0500.2
HSL189.84º37.42%68.04%-
HSV(B)189.84º29.9%80%-
XYZ41.5248.7864.35-
YUV179.89141.6101.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=26.43%
G=35.86%
B=37.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431942040.300.0500.2189.8437.4268.04
Hex8FC2CC1E5014be2544
Octal21730231436502427645104
Binary10001111110000101100110011110101010100101111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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