#8EC1CD

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

Shades of Regent St Blue #8EC1CD

Tints of Regent St Blue #8EC1CD

Color information

#8EC1CD (or 0x8EC1CD) is unknown color: approx Regent St Blue. HEX triplet: 8E, C1 and CD. RGB value is (142,193,205). Sum of RGB (Red+Green+Blue) = 142+193+205=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC1CD is #713E32. Grayscale: #B3B3B3. Windows color (decimal): -7421491 or 13484430. OLE color: 13484430.

HSL color Cylindrical-coordinate representation of color #8EC1CD: hue angle of 191.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EC1CD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142193205-
CMYK0.310.0600.20
HSL191.43º38.65%68.04%-
HSV(B)191.43º30.73%80.39%-
XYZ41.2448.364.91-
YUV179.12142.6101.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=26.30%
G=35.74%
B=37.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421932050.310.0600.20191.4338.6568.04
Hex8EC1CD1F6014bf2744
Octal21630131537602427747104
Binary10001110110000011100110111111110010100101111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,205); }

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

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

 a { background-color: rgb(142,193,205); }

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

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

 span { border-color: rgb(142,193,205); }

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