#8AA4BE

Color #8AA4BE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8AA4BE

Tints of Rock Blue #8AA4BE

Color information

#8AA4BE (or 0x8AA4BE) is unknown color: approx Rock Blue. HEX triplet: 8A, A4 and BE. RGB value is (138,164,190). Sum of RGB (Red+Green+Blue) = 138+164+190=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BE is #755B41. Grayscale: #9F9F9F. Windows color (decimal): -7691074 or 12493962. OLE color: 12493962.

HSL color Cylindrical-coordinate representation of color #8AA4BE: hue angle of 210º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA4BE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138164190-
CMYK0.270.1400.25
HSL210º28.57%64.31%-
HSV(B)210º27.37%74.51%-
XYZ33.0535.6753.86-
YUV159.19145.39112.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=28.05%
G=33.33%
B=38.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381641900.270.1400.2521028.5764.31
Hex8AA4BE1BE019d21d40
Octal212244276331603132235100
Binary10001010101001001011111011011111001100111010010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,190); }

 H1.HeaderClassName
 {
   color: #8AA4BE;
 }
 .AnyTagClassName
 {
   color: #8AA4BE;
 }
</style>
background-color css

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

 a { background-color: rgb(138,164,190); }

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

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

 span { border-color: rgb(138,164,190); }

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