Html Css Color HEX #8EC5CF Regent St Blue

📋 copy color: '#8EC5CF'

red 142 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #8EC5CF

Tints of Regent St Blue #8EC5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.08%

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 26.01%
G = 36.08%
B = 37.91%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EC5CF (or 0x8EC5CF) is known color: Regent St Blue. HEX triplet: 8E, C5 and CF. RGB value is (142,197,207). Sum of RGB (Red+Green+Blue) = 142+197+207=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5CF is #713A30. Grayscale: #B5B5B5. Windows color (decimal): -7420465 or 13616526. OLE color: 13616526.

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

Color convert

RGB 142 197 207 -
CMYK 0.31 0.05 0 0.19
HSL 189.23º 0.4% 0.68% -
HSV(B) 189.23º 0.31% 0.81% -
XYZ 42.38 50.19 66.48 -
YUV 181.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 142 197 207 0.31 0.05 0 0.19 189.23 0.4 0.68
Hex 8E C5 CF 1F 5 0 13 BD 28 44
Octal 216 305 317 37 5 0 23 275 50 104
Binary 10001110 11000101 11001111 11111 101 0 10011 10111101 101000 1000100

Color Harmonies of #8EC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC5CF

Black with #8EC5CF

Text Example


Text Example

White with #8EC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,197,207); }

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

background-color css

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

 a { background-color: rgb(142,197,207); }

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

border-color css

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

 span { border-color: rgb(142,197,207); }

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