Html Css Color HEX #8E99BB Rock Blue

📋 copy color: '#8E99BB'

red 142 ◦ green 153 ◦ blue 187

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

Shades of Rock Blue #8E99BB

Tints of Rock Blue #8E99BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.74%

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

R = 29.46%
G = 31.74%
B = 38.8%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E99BB (or 0x8E99BB) is known color: Rock Blue. HEX triplet: 8E, 99 and BB. RGB value is (142,153,187). Sum of RGB (Red+Green+Blue) = 142+153+187=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99BB is #716644. Grayscale: #999999. Windows color (decimal): -7431749 or 12294542. OLE color: 12294542.

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

Color convert

RGB 142 153 187 -
CMYK 0.24 0.18 0 0.27
HSL 225.33º 0.25% 0.65% -
HSV(B) 225.33º 0.24% 0.73% -
XYZ 31.52 32.12 51.55 -
YUV 153.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 142 153 187 0.24 0.18 0 0.27 225.33 0.25 0.65
Hex 8E 99 BB 18 12 0 1B E1 19 41
Octal 216 231 273 30 22 0 33 341 31 101
Binary 10001110 10011001 10111011 11000 10010 0 11011 11100001 11001 1000001

Color Harmonies of #8E99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E99BB

Black with #8E99BB

Text Example


Text Example

White with #8E99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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