Html Css Color HEX #8EC0CE Regent St Blue

📋 copy color: '#8EC0CE'

red 142 ◦ green 192 ◦ blue 206

#8EC0CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #8EC0CE

Tints of Regent St Blue #8EC0CE

RGB

 RED value IS 142 (55.86% from 255) = 26.3%

 GREEN value IS 192 (75.39% from 255) = 35.56%

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 26.3%
G = 35.56%
B = 38.15%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EC0CE (or 0x8EC0CE) is known color: Regent St Blue. HEX triplet: 8E, C0 and CE. RGB value is (142,192,206). Sum of RGB (Red+Green+Blue) = 142+192+206=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0CE is #713F31. Grayscale: #B2B2B2. Windows color (decimal): -7421746 or 13549710. OLE color: 13549710.

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

Color convert

RGB 142 192 206 -
CMYK 0.31 0.07 0 0.19
HSL 193.13º 0.4% 0.68% -
HSV(B) 193.13º 0.31% 0.81% -
XYZ 41.15 47.91 65.47 -
YUV 178.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 142 192 206 0.31 0.07 0 0.19 193.13 0.4 0.68
Hex 8E C0 CE 1F 7 0 13 C1 28 44
Octal 216 300 316 37 7 0 23 301 50 104
Binary 10001110 11000000 11001110 11111 111 0 10011 11000001 101000 1000100

Color Harmonies of #8EC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC0CE

Black with #8EC0CE

Text Example


Text Example

White with #8EC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EC0CE;
 }
 .AnyTagClassName
 {
   color: #8EC0CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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