Html Css Color HEX #51AFD1 Viking

📋 copy color: '#51AFD1'

red 81 ◦ green 175 ◦ blue 209

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

Shades of Viking #51AFD1

Tints of Viking #51AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 17.42%
G = 37.63%
B = 44.95%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51AFD1 (or 0x51AFD1) is known color: Viking. HEX triplet: 51, AF and D1. RGB value is (81,175,209). Sum of RGB (Red+Green+Blue) = 81+175+209=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #51AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFD1 is #AE502E. Grayscale: #969696. Windows color (decimal): -11423791 or 13741905. OLE color: 13741905.

HSL color Cylindrical-coordinate representation of color #51AFD1: hue angle of 195.94º degrees, saturation: 0.58, 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 #51AFD1 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 175 209 -
CMYK 0.61 0.16 0 0.18
HSL 195.94º 0.58% 0.57% -
HSV(B) 195.94º 0.61% 0.82% -
XYZ 30.23 37.01 65.87 -
YUV 150.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 81 175 209 0.61 0.16 0 0.18 195.94 0.58 0.57
Hex 51 AF D1 3D 10 0 12 C4 3A 39
Octal 121 257 321 75 20 0 22 304 72 71
Binary 1010001 10101111 11010001 111101 10000 0 10010 11000100 111010 111001

Color Harmonies of #51AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AFD1

Black with #51AFD1

Text Example


Text Example

White with #51AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,175,209); }

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

background-color css

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

 a { background-color: rgb(81,175,209); }

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

border-color css

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

 span { border-color: rgb(81,175,209); }

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