Html Css Color HEX #8EA6BF Rock Blue

📋 copy color: '#8EA6BF'

red 142 ◦ green 166 ◦ blue 191

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

Shades of Rock Blue #8EA6BF

Tints of Rock Blue #8EA6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 28.46%
G = 33.27%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EA6BF (or 0x8EA6BF) is known color: Rock Blue. HEX triplet: 8E, A6 and BF. RGB value is (142,166,191). Sum of RGB (Red+Green+Blue) = 142+166+191=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6BF is #715940. Grayscale: #A1A1A1. Windows color (decimal): -7428417 or 12560014. OLE color: 12560014.

HSL color Cylindrical-coordinate representation of color #8EA6BF: hue angle of 210.61º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA6BF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 166 191 -
CMYK 0.26 0.13 0 0.25
HSL 210.61º 0.28% 0.65% -
HSV(B) 210.61º 0.26% 0.75% -
XYZ 34.2 36.78 54.59 -
YUV 161.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 142 166 191 0.26 0.13 0 0.25 210.61 0.28 0.65
Hex 8E A6 BF 1A D 0 19 D3 1C 41
Octal 216 246 277 32 15 0 31 323 34 101
Binary 10001110 10100110 10111111 11010 1101 0 11001 11010011 11100 1000001

Color Harmonies of #8EA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA6BF

Black with #8EA6BF

Text Example


Text Example

White with #8EA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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