Html Css Color HEX #8EA3BB Rock Blue

📋 copy color: '#8EA3BB'

red 142 ◦ green 163 ◦ blue 187

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

Shades of Rock Blue #8EA3BB

Tints of Rock Blue #8EA3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.13%

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 28.86%
G = 33.13%
B = 38.01%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EA3BB (or 0x8EA3BB) is known color: Rock Blue. HEX triplet: 8E, A3 and BB. RGB value is (142,163,187). Sum of RGB (Red+Green+Blue) = 142+163+187=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3BB is #715C44. Grayscale: #9F9F9F. Windows color (decimal): -7429189 or 12297102. OLE color: 12297102.

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

Color convert

RGB 142 163 187 -
CMYK 0.24 0.13 0 0.27
HSL 212º 0.25% 0.65% -
HSV(B) 212º 0.24% 0.73% -
XYZ 33.22 35.53 52.12 -
YUV 159.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 142 163 187 0.24 0.13 0 0.27 212 0.25 0.65
Hex 8E A3 BB 18 D 0 1B D4 19 41
Octal 216 243 273 30 15 0 33 324 31 101
Binary 10001110 10100011 10111011 11000 1101 0 11011 11010100 11001 1000001

Color Harmonies of #8EA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA3BB

Black with #8EA3BB

Text Example


Text Example

White with #8EA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,163,187); }

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

background-color css

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

 a { background-color: rgb(142,163,187); }

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

border-color css

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

 span { border-color: rgb(142,163,187); }

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