#8EC2CD

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

Shades of Regent St Blue #8EC2CD

Tints of Regent St Blue #8EC2CD

Color information

#8EC2CD (or 0x8EC2CD) is unknown color: approx Regent St Blue. HEX triplet: 8E, C2 and CD. RGB value is (142,194,205). Sum of RGB (Red+Green+Blue) = 142+194+205=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2CD is #713D32. Grayscale: #B3B3B3. Windows color (decimal): -7421235 or 13484686. OLE color: 13484686.

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

Color convert

RGB142194205-
CMYK0.310.0500.20
HSL190.48º38.65%68.04%-
HSV(B)190.48º30.73%80.39%-
XYZ41.4748.7464.98-
YUV179.71142.27101.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=26.25%
G=35.86%
B=37.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421942050.310.0500.20190.4838.6568.04
Hex8EC2CD1F5014be2744
Octal21630231537502427647104
Binary10001110110000101100110111111101010100101111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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