Html Css Color HEX #51ADCC Viking

📋 copy color: '#51ADCC'

red 81 ◦ green 173 ◦ blue 204

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

Shades of Viking #51ADCC

Tints of Viking #51ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 17.69%
G = 37.77%
B = 44.54%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#51ADCC (or 0x51ADCC) is known color: Viking. HEX triplet: 51, AD and CC. RGB value is (81,173,204). Sum of RGB (Red+Green+Blue) = 81+173+204=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #51ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADCC is #AE5233. Grayscale: #949494. Windows color (decimal): -11424308 or 13413713. OLE color: 13413713.

HSL color Cylindrical-coordinate representation of color #51ADCC: hue angle of 195.12º 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 #51ADCC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 173 204 -
CMYK 0.60 0.15 0 0.2
HSL 195.12º 0.55% 0.56% -
HSV(B) 195.12º 0.6% 0.8% -
XYZ 29.24 36 62.53 -
YUV 149.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 81 173 204 0.60 0.15 0 0.2 195.12 0.55 0.56
Hex 51 AD CC 3C F 0 14 C3 37 38
Octal 121 255 314 74 17 0 24 303 67 70
Binary 1010001 10101101 11001100 111100 1111 0 10100 11000011 110111 111000

Color Harmonies of #51ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADCC

Black with #51ADCC

Text Example


Text Example

White with #51ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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