Html Css Color HEX #51AAD2 Viking

📋 copy color: '#51AAD2'

red 81 ◦ green 170 ◦ blue 210

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

Shades of Viking #51AAD2

Tints of Viking #51AAD2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 17.57%
G = 36.88%
B = 45.55%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51AAD2 (or 0x51AAD2) is known color: Viking. HEX triplet: 51, AA and D2. RGB value is (81,170,210). Sum of RGB (Red+Green+Blue) = 81+170+210=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #51AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAD2 is #AE552D. Grayscale: #939393. Windows color (decimal): -11425070 or 13806161. OLE color: 13806161.

HSL color Cylindrical-coordinate representation of color #51AAD2: hue angle of 198.6º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51AAD2 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 170 210 -
CMYK 0.61 0.19 0 0.18
HSL 198.6º 0.59% 0.57% -
HSV(B) 198.6º 0.61% 0.82% -
XYZ 29.4 35.15 66.21 -
YUV 147.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 81 170 210 0.61 0.19 0 0.18 198.6 0.59 0.57
Hex 51 AA D2 3D 13 0 12 C7 3B 39
Octal 121 252 322 75 23 0 22 307 73 71
Binary 1010001 10101010 11010010 111101 10011 0 10010 11000111 111011 111001

Color Harmonies of #51AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AAD2

Black with #51AAD2

Text Example


Text Example

White with #51AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,170,210); }

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

background-color css

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

 a { background-color: rgb(81,170,210); }

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

border-color css

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

 span { border-color: rgb(81,170,210); }

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