#8AA0BE

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

Shades of Rock Blue #8AA0BE

Tints of Rock Blue #8AA0BE

Color information

#8AA0BE (or 0x8AA0BE) is unknown color: approx Rock Blue. HEX triplet: 8A, A0 and BE. RGB value is (138,160,190). Sum of RGB (Red+Green+Blue) = 138+160+190=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0BE is #755F41. Grayscale: #9C9C9C. Windows color (decimal): -7692098 or 12492938. OLE color: 12492938.

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

Color convert

RGB138160190-
CMYK0.270.1600.25
HSL214.62º28.57%64.31%-
HSV(B)214.62º27.37%74.51%-
XYZ32.3534.2653.62-
YUV156.84146.71114.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=28.28%
G=32.79%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381601900.270.1600.25214.6228.5764.31
Hex8AA0BE1B10019d71d40
Octal212240276332003132735100
Binary100010101010000010111110110111000001100111010111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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