Html Css Color HEX #8DA1BB Rock Blue

📋 copy color: '#8DA1BB'

red 141 ◦ green 161 ◦ blue 187

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

Shades of Rock Blue #8DA1BB

Tints of Rock Blue #8DA1BB

RGB

 RED value IS 141 (55.47% from 255) = 28.83%

 GREEN value IS 161 (63.28% from 255) = 32.92%

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

R = 28.83%
G = 32.92%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DA1BB (or 0x8DA1BB) is known color: Rock Blue. HEX triplet: 8D, A1 and BB. RGB value is (141,161,187). Sum of RGB (Red+Green+Blue) = 141+161+187=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1BB is #725E44. Grayscale: #9D9D9D. Windows color (decimal): -7495237 or 12296589. OLE color: 12296589.

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

Color convert

RGB 141 161 187 -
CMYK 0.25 0.14 0 0.27
HSL 213.91º 0.25% 0.64% -
HSV(B) 213.91º 0.25% 0.73% -
XYZ 32.7 34.74 52 -
YUV 157.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 141 161 187 0.25 0.14 0 0.27 213.91 0.25 0.64
Hex 8D A1 BB 19 E 0 1B D6 19 40
Octal 215 241 273 31 16 0 33 326 31 100
Binary 10001101 10100001 10111011 11001 1110 0 11011 11010110 11001 1000000

Color Harmonies of #8DA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA1BB

Black with #8DA1BB

Text Example


Text Example

White with #8DA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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