Html Css Color HEX #51BADB Viking

📋 copy color: '#51BADB'

red 81 ◦ green 186 ◦ blue 219

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

Shades of Viking #51BADB

Tints of Viking #51BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 16.67%
G = 38.27%
B = 45.06%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51BADB (or 0x51BADB) is known color: Viking. HEX triplet: 51, BA and DB. RGB value is (81,186,219). Sum of RGB (Red+Green+Blue) = 81+186+219=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #51BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BADB is #AE4524. Grayscale: #9E9E9E. Windows color (decimal): -11420965 or 14400081. OLE color: 14400081.

HSL color Cylindrical-coordinate representation of color #51BADB: hue angle of 194.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51BADB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 186 219 -
CMYK 0.63 0.15 0 0.14
HSL 194.35º 0.66% 0.59% -
HSV(B) 194.35º 0.63% 0.86% -
XYZ 33.74 41.98 73.34 -
YUV 158.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 81 186 219 0.63 0.15 0 0.14 194.35 0.66 0.59
Hex 51 BA DB 3F F 0 E C2 42 3B
Octal 121 272 333 77 17 0 16 302 102 73
Binary 1010001 10111010 11011011 111111 1111 0 1110 11000010 1000010 111011

Color Harmonies of #51BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BADB

Black with #51BADB

Text Example


Text Example

White with #51BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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