Html Css Color HEX #8EC4D7 Regent St Blue

📋 copy color: '#8EC4D7'

red 142 ◦ green 196 ◦ blue 215

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

Shades of Regent St Blue #8EC4D7

Tints of Regent St Blue #8EC4D7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.44%

 BLUE value IS 215 (84.38% from 255) = 38.88%

R = 25.68%
G = 35.44%
B = 38.88%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8EC4D7 (or 0x8EC4D7) is known color: Regent St Blue. HEX triplet: 8E, C4 and D7. RGB value is (142,196,215). Sum of RGB (Red+Green+Blue) = 142+196+215=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EC4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4D7 is #713B28. Grayscale: #B5B5B5. Windows color (decimal): -7420713 or 14140558. OLE color: 14140558.

HSL color Cylindrical-coordinate representation of color #8EC4D7: hue angle of 195.62º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EC4D7 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 196 215 -
CMYK 0.34 0.09 0 0.16
HSL 195.62º 0.48% 0.7% -
HSV(B) 195.62º 0.34% 0.84% -
XYZ 43.16 50.14 71.69 -
YUV 182.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 142 196 215 0.34 0.09 0 0.16 195.62 0.48 0.7
Hex 8E C4 D7 22 9 0 10 C4 30 46
Octal 216 304 327 42 11 0 20 304 60 106
Binary 10001110 11000100 11010111 100010 1001 0 10000 11000100 110000 1000110

Color Harmonies of #8EC4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC4D7

Black with #8EC4D7

Text Example


Text Example

White with #8EC4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,196,215); }

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

background-color css

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

 a { background-color: rgb(142,196,215); }

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

border-color css

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

 span { border-color: rgb(142,196,215); }

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