Html Css Color HEX #51ABCC Viking

📋 copy color: '#51ABCC'

red 81 ◦ green 171 ◦ blue 204

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

Shades of Viking #51ABCC

Tints of Viking #51ABCC

RGB

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

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

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

R = 17.76%
G = 37.5%
B = 44.74%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#51ABCC (or 0x51ABCC) is known color: Viking. HEX triplet: 51, AB and CC. RGB value is (81,171,204). Sum of RGB (Red+Green+Blue) = 81+171+204=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #51ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCC is #AE5433. Grayscale: #939393. Windows color (decimal): -11424820 or 13413201. OLE color: 13413201.

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

Color convert

RGB 81 171 204 -
CMYK 0.60 0.16 0 0.2
HSL 196.1º 0.55% 0.56% -
HSV(B) 196.1º 0.6% 0.8% -
XYZ 28.86 35.23 62.41 -
YUV 147.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 81 171 204 0.60 0.16 0 0.2 196.1 0.55 0.56
Hex 51 AB CC 3C 10 0 14 C4 37 38
Octal 121 253 314 74 20 0 24 304 67 70
Binary 1010001 10101011 11001100 111100 10000 0 10100 11000100 110111 111000

Color Harmonies of #51ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABCC

Black with #51ABCC

Text Example


Text Example

White with #51ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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