Html Css Color HEX #51ADCD Viking

📋 copy color: '#51ADCD'

red 81 ◦ green 173 ◦ blue 205

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

Shades of Viking #51ADCD

Tints of Viking #51ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 17.65%
G = 37.69%
B = 44.66%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51ADCD (or 0x51ADCD) is known color: Viking. HEX triplet: 51, AD and CD. RGB value is (81,173,205). Sum of RGB (Red+Green+Blue) = 81+173+205=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #51ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADCD is #AE5232. Grayscale: #949494. Windows color (decimal): -11424307 or 13479249. OLE color: 13479249.

HSL color Cylindrical-coordinate representation of color #51ADCD: hue angle of 195.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ADCD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 173 205 -
CMYK 0.60 0.16 0 0.20
HSL 195.48º 0.55% 0.56% -
HSV(B) 195.48º 0.6% 0.8% -
XYZ 29.36 36.04 63.17 -
YUV 149.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 81 173 205 0.60 0.16 0 0.20 195.48 0.55 0.56
Hex 51 AD CD 3C 10 0 14 C3 37 38
Octal 121 255 315 74 20 0 24 303 67 70
Binary 1010001 10101101 11001101 111100 10000 0 10100 11000011 110111 111000

Color Harmonies of #51ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADCD

Black with #51ADCD

Text Example


Text Example

White with #51ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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