#8DA1C1

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

Shades of Rock Blue #8DA1C1

Tints of Rock Blue #8DA1C1

Color information

#8DA1C1 (or 0x8DA1C1) is unknown color: approx Rock Blue. HEX triplet: 8D, A1 and C1. RGB value is (141,161,193). Sum of RGB (Red+Green+Blue) = 141+161+193=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #8DA1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1C1 is #725E3E. Grayscale: #9E9E9E. Windows color (decimal): -7495231 or 12689805. OLE color: 12689805.

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

Color convert

RGB141161193-
CMYK0.270.1700.24
HSL216.92º29.55%65.49%-
HSV(B)216.92º26.94%75.69%-
XYZ33.363555.45-
YUV158.67147.37115.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=28.48%
G=32.53%
B=38.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411611930.270.1700.24216.9229.5565.49
Hex8DA1C11B11018d91e41
Octal215241301332103033136101
Binary100011011010000111000001110111000101100011011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,193); }

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

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

 a { background-color: rgb(141,161,193); }

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

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

 span { border-color: rgb(141,161,193); }

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