Html Css Color HEX #51ABCF Viking

📋 copy color: '#51ABCF'

red 81 ◦ green 171 ◦ blue 207

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

Shades of Viking #51ABCF

Tints of Viking #51ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 17.65%
G = 37.25%
B = 45.1%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51ABCF (or 0x51ABCF) is known color: Viking. HEX triplet: 51, AB and CF. RGB value is (81,171,207). Sum of RGB (Red+Green+Blue) = 81+171+207=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #51ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCF is #AE5430. Grayscale: #939393. Windows color (decimal): -11424817 or 13609809. OLE color: 13609809.

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

Color convert

RGB 81 171 207 -
CMYK 0.61 0.17 0 0.19
HSL 197.14º 0.57% 0.56% -
HSV(B) 197.14º 0.61% 0.81% -
XYZ 29.22 35.38 64.32 -
YUV 148.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 81 171 207 0.61 0.17 0 0.19 197.14 0.57 0.56
Hex 51 AB CF 3D 11 0 13 C5 39 38
Octal 121 253 317 75 21 0 23 305 71 70
Binary 1010001 10101011 11001111 111101 10001 0 10011 11000101 111001 111000

Color Harmonies of #51ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABCF

Black with #51ABCF

Text Example


Text Example

White with #51ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,207); }

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

background-color css

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

 a { background-color: rgb(81,171,207); }

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

border-color css

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

 span { border-color: rgb(81,171,207); }

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