Html Css Color HEX #8EA6C1 Rock Blue

📋 copy color: '#8EA6C1'

red 142 ◦ green 166 ◦ blue 193

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

Shades of Rock Blue #8EA6C1

Tints of Rock Blue #8EA6C1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.13%

 BLUE value IS 193 (75.78% from 255) = 38.52%

R = 28.34%
G = 33.13%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EA6C1 (or 0x8EA6C1) is known color: Rock Blue. HEX triplet: 8E, A6 and C1. RGB value is (142,166,193). Sum of RGB (Red+Green+Blue) = 142+166+193=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EA6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6C1 is #71593E. Grayscale: #A1A1A1. Windows color (decimal): -7428415 or 12691086. OLE color: 12691086.

HSL color Cylindrical-coordinate representation of color #8EA6C1: hue angle of 211.76º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA6C1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 166 193 -
CMYK 0.26 0.14 0 0.24
HSL 211.76º 0.29% 0.66% -
HSV(B) 211.76º 0.26% 0.76% -
XYZ 34.42 36.87 55.76 -
YUV 161.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 142 166 193 0.26 0.14 0 0.24 211.76 0.29 0.66
Hex 8E A6 C1 1A E 0 18 D4 1D 42
Octal 216 246 301 32 16 0 30 324 35 102
Binary 10001110 10100110 11000001 11010 1110 0 11000 11010100 11101 1000010

Color Harmonies of #8EA6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA6C1

Black with #8EA6C1

Text Example


Text Example

White with #8EA6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,166,193); }

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

background-color css

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

 a { background-color: rgb(142,166,193); }

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

border-color css

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

 span { border-color: rgb(142,166,193); }

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