#8EC0CF

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

Shades of Regent St Blue #8EC0CF

Tints of Regent St Blue #8EC0CF

Color information

#8EC0CF (or 0x8EC0CF) is unknown color: approx Regent St Blue. HEX triplet: 8E, C0 and CF. RGB value is (142,192,207). Sum of RGB (Red+Green+Blue) = 142+192+207=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0CF is #713F30. Grayscale: #B2B2B2. Windows color (decimal): -7421745 or 13615246. OLE color: 13615246.

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

Color convert

RGB142192207-
CMYK0.310.0700.19
HSL193.85º40.37%68.43%-
HSV(B)193.85º31.4%81.18%-
XYZ41.2747.9666.11-
YUV178.76143.94101.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=26.25%
G=35.49%
B=38.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421922070.310.0700.19193.8540.3768.43
Hex8EC0CF1F7013c22844
Octal21630031737702330250104
Binary10001110110000001100111111111111010011110000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,192,207); }

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

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

 a { background-color: rgb(142,192,207); }

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

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

 span { border-color: rgb(142,192,207); }

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