Html Css Color HEX #8EC0CA Regent St Blue

📋 copy color: '#8EC0CA'

red 142 ◦ green 192 ◦ blue 202

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

Shades of Regent St Blue #8EC0CA

Tints of Regent St Blue #8EC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 26.49%
G = 35.82%
B = 37.69%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8EC0CA (or 0x8EC0CA) is known color: Regent St Blue. HEX triplet: 8E, C0 and CA. RGB value is (142,192,202). Sum of RGB (Red+Green+Blue) = 142+192+202=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC0CA is #713F35. Grayscale: #B2B2B2. Windows color (decimal): -7421750 or 13287566. OLE color: 13287566.

HSL color Cylindrical-coordinate representation of color #8EC0CA: hue angle of 190º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC0CA is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 192 202 -
CMYK 0.30 0.05 0 0.21
HSL 190º 0.36% 0.67% -
HSV(B) 190º 0.3% 0.79% -
XYZ 40.67 47.71 62.94 -
YUV 178.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 142 192 202 0.30 0.05 0 0.21 190 0.36 0.67
Hex 8E C0 CA 1E 5 0 15 BE 24 43
Octal 216 300 312 36 5 0 25 276 44 103
Binary 10001110 11000000 11001010 11110 101 0 10101 10111110 100100 1000011

Color Harmonies of #8EC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC0CA

Black with #8EC0CA

Text Example


Text Example

White with #8EC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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