#8EC3CE

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

Shades of Regent St Blue #8EC3CE

Tints of Regent St Blue #8EC3CE

Color information

#8EC3CE (or 0x8EC3CE) is unknown color: approx Regent St Blue. HEX triplet: 8E, C3 and CE. RGB value is (142,195,206). Sum of RGB (Red+Green+Blue) = 142+195+206=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EC3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3CE is #713C31. Grayscale: #B4B4B4. Windows color (decimal): -7420978 or 13550478. OLE color: 13550478.

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

Color convert

RGB142195206-
CMYK0.310.0500.19
HSL190.31º39.51%68.24%-
HSV(B)190.31º31.07%80.78%-
XYZ41.8149.2465.69-
YUV180.41142.44100.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=26.15%
G=35.91%
B=37.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421952060.310.0500.19190.3139.5168.24
Hex8EC3CE1F5013be2844
Octal21630331637502327650104
Binary10001110110000111100111011111101010011101111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,206); }

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

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

 a { background-color: rgb(142,195,206); }

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

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

 span { border-color: rgb(142,195,206); }

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