#8EC0CB

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

Shades of Regent St Blue #8EC0CB

Tints of Regent St Blue #8EC0CB

Color information

#8EC0CB (or 0x8EC0CB) is unknown color: approx Regent St Blue. HEX triplet: 8E, C0 and CB. RGB value is (142,192,203). Sum of RGB (Red+Green+Blue) = 142+192+203=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EC0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0CB is #713F34. Grayscale: #B2B2B2. Windows color (decimal): -7421749 or 13353102. OLE color: 13353102.

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

Color convert

RGB142192203-
CMYK0.300.0500.20
HSL190.82º36.97%67.65%-
HSV(B)190.82º30.05%79.61%-
XYZ40.7847.7663.57-
YUV178.3141.94102.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=26.44%
G=35.75%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421922030.300.0500.20190.8236.9767.65
Hex8EC0CB1E5014bf2544
Octal21630031336502427745104
Binary10001110110000001100101111110101010100101111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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