Html Css Color HEX #51ADCF Viking

📋 copy color: '#51ADCF'

red 81 ◦ green 173 ◦ blue 207

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

Shades of Viking #51ADCF

Tints of Viking #51ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

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

R = 17.57%
G = 37.53%
B = 44.9%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51ADCF (or 0x51ADCF) is known color: Viking. HEX triplet: 51, AD and CF. RGB value is (81,173,207). Sum of RGB (Red+Green+Blue) = 81+173+207=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #51ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADCF is #AE5230. Grayscale: #959595. Windows color (decimal): -11424305 or 13610321. OLE color: 13610321.

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

Color convert

RGB 81 173 207 -
CMYK 0.61 0.16 0 0.19
HSL 196.19º 0.57% 0.56% -
HSV(B) 196.19º 0.61% 0.81% -
XYZ 29.6 36.14 64.45 -
YUV 149.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 81 173 207 0.61 0.16 0 0.19 196.19 0.57 0.56
Hex 51 AD CF 3D 10 0 13 C4 39 38
Octal 121 255 317 75 20 0 23 304 71 70
Binary 1010001 10101101 11001111 111101 10000 0 10011 11000100 111001 111000

Color Harmonies of #51ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADCF

Black with #51ADCF

Text Example


Text Example

White with #51ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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