Html Css Color HEX #51BACD Viking

📋 copy color: '#51BACD'

red 81 ◦ green 186 ◦ blue 205

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

Shades of Viking #51BACD

Tints of Viking #51BACD

RGB

 RED value IS 81 (32.03% from 255) = 17.16%

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 17.16%
G = 39.41%
B = 43.43%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51BACD (or 0x51BACD) is known color: Viking. HEX triplet: 51, BA and CD. RGB value is (81,186,205). Sum of RGB (Red+Green+Blue) = 81+186+205=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #51BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BACD is #AE4532. Grayscale: #9C9C9C. Windows color (decimal): -11420979 or 13482577. OLE color: 13482577.

HSL color Cylindrical-coordinate representation of color #51BACD: hue angle of 189.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BACD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 186 205 -
CMYK 0.60 0.09 0 0.20
HSL 189.19º 0.55% 0.56% -
HSV(B) 189.19º 0.6% 0.8% -
XYZ 31.97 41.27 64.04 -
YUV 156.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 81 186 205 0.60 0.09 0 0.20 189.19 0.55 0.56
Hex 51 BA CD 3C 9 0 14 BD 37 38
Octal 121 272 315 74 11 0 24 275 67 70
Binary 1010001 10111010 11001101 111100 1001 0 10100 10111101 110111 111000

Color Harmonies of #51BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BACD

Black with #51BACD

Text Example


Text Example

White with #51BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51BACD; }

 p { color: rgb(81,186,205); }

 H1.HeaderClassName
 {
   color: #51BACD;
 }
 .AnyTagClassName
 {
   color: #51BACD;
 }
</style>

background-color css

<style>
 a { background-color: #51BACD; }

 a { background-color: rgb(81,186,205); }

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

border-color css

<style>
 span { border-color: #51BACD; }

 span { border-color: rgb(81,186,205); }

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