Html Css Color HEX #51ADCE Viking

📋 copy color: '#51ADCE'

red 81 ◦ green 173 ◦ blue 206

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

Shades of Viking #51ADCE

Tints of Viking #51ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 17.61%
G = 37.61%
B = 44.78%

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

#51ADCE (or 0x51ADCE) is known color: Viking. HEX triplet: 51, AD and CE. RGB value is (81,173,206). Sum of RGB (Red+Green+Blue) = 81+173+206=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #51ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADCE is #AE5231. Grayscale: #959595. Windows color (decimal): -11424306 or 13544785. OLE color: 13544785.

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

Color convert

RGB 81 173 206 -
CMYK 0.61 0.16 0 0.19
HSL 195.84º 0.56% 0.56% -
HSV(B) 195.84º 0.61% 0.81% -
XYZ 29.48 36.09 63.81 -
YUV 149.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 81 173 206 0.61 0.16 0 0.19 195.84 0.56 0.56
Hex 51 AD CE 3D 10 0 13 C4 38 38
Octal 121 255 316 75 20 0 23 304 70 70
Binary 1010001 10101101 11001110 111101 10000 0 10011 11000100 111000 111000

Color Harmonies of #51ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADCE

Black with #51ADCE

Text Example


Text Example

White with #51ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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