#8DA4BF

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

Shades of Rock Blue #8DA4BF

Tints of Rock Blue #8DA4BF

Color information

#8DA4BF (or 0x8DA4BF) is unknown color: approx Rock Blue. HEX triplet: 8D, A4 and BF. RGB value is (141,164,191). Sum of RGB (Red+Green+Blue) = 141+164+191=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4BF is #725B40. Grayscale: #A0A0A0. Windows color (decimal): -7494465 or 12559501. OLE color: 12559501.

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

Color convert

RGB141164191-
CMYK0.260.1400.25
HSL212.4º28.09%65.1%-
HSV(B)212.4º26.18%74.9%-
XYZ33.6635.9854.46-
YUV160.2145.38114.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 191 (75% from 255) = 38.51%
R=28.43%
G=33.06%
B=38.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411641910.260.1400.25212.428.0965.1
Hex8DA4BF1AE019d41c41
Octal215244277321603132434101
Binary10001101101001001011111111010111001100111010100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,191); }

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

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

 a { background-color: rgb(141,164,191); }

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

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

 span { border-color: rgb(141,164,191); }

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