Html Css Color HEX #8EC0CD Regent St Blue

📋 copy color: '#8EC0CD'

red 142 ◦ green 192 ◦ blue 205

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

Shades of Regent St Blue #8EC0CD

Tints of Regent St Blue #8EC0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 26.35%
G = 35.62%
B = 38.03%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EC0CD (or 0x8EC0CD) is known color: Regent St Blue. HEX triplet: 8E, C0 and CD. RGB value is (142,192,205). Sum of RGB (Red+Green+Blue) = 142+192+205=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0CD is #713F32. Grayscale: #B2B2B2. Windows color (decimal): -7421747 or 13484174. OLE color: 13484174.

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

Color convert

RGB 142 192 205 -
CMYK 0.31 0.06 0 0.20
HSL 192.38º 0.39% 0.68% -
HSV(B) 192.38º 0.31% 0.8% -
XYZ 41.02 47.86 64.83 -
YUV 178.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 142 192 205 0.31 0.06 0 0.20 192.38 0.39 0.68
Hex 8E C0 CD 1F 6 0 14 C0 27 44
Octal 216 300 315 37 6 0 24 300 47 104
Binary 10001110 11000000 11001101 11111 110 0 10100 11000000 100111 1000100

Color Harmonies of #8EC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC0CD

Black with #8EC0CD

Text Example


Text Example

White with #8EC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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