Html Css Color HEX #8EA5C1 Rock Blue

📋 copy color: '#8EA5C1'

red 142 ◦ green 165 ◦ blue 193

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

Shades of Rock Blue #8EA5C1

Tints of Rock Blue #8EA5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

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

R = 28.4%
G = 33%
B = 38.6%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EA5C1 (or 0x8EA5C1) is known color: Rock Blue. HEX triplet: 8E, A5 and C1. RGB value is (142,165,193). Sum of RGB (Red+Green+Blue) = 142+165+193=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EA5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA5C1 is #715A3E. Grayscale: #A1A1A1. Windows color (decimal): -7428671 or 12690830. OLE color: 12690830.

HSL color Cylindrical-coordinate representation of color #8EA5C1: hue angle of 212.94º 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 #8EA5C1 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 165 193 -
CMYK 0.26 0.15 0 0.24
HSL 212.94º 0.29% 0.66% -
HSV(B) 212.94º 0.26% 0.76% -
XYZ 34.24 36.51 55.7 -
YUV 161.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 142 165 193 0.26 0.15 0 0.24 212.94 0.29 0.66
Hex 8E A5 C1 1A F 0 18 D5 1D 42
Octal 216 245 301 32 17 0 30 325 35 102
Binary 10001110 10100101 11000001 11010 1111 0 11000 11010101 11101 1000010

Color Harmonies of #8EA5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA5C1

Black with #8EA5C1

Text Example


Text Example

White with #8EA5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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