#51AFCC

Color #51AFCC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #51AFCC

Tints of Viking #51AFCC

Color information

#51AFCC (or 0x51AFCC) is unknown color: approx Viking. HEX triplet: 51, AF and CC. RGB value is (81,175,204). Sum of RGB (Red+Green+Blue) = 81+175+204=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #51AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFCC is #AE5033. Grayscale: #959595. Windows color (decimal): -11423796 or 13414225. OLE color: 13414225.

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

Color convert

RGB81175204-
CMYK0.600.1400.2
HSL194.15º54.67%55.88%-
HSV(B)194.15º60.29%80%-
XYZ29.6236.7762.66-
YUV150.2158.3678.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=17.61%
G=38.04%
B=44.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811752040.600.1400.2194.1554.6755.88
Hex51AFCC3CE014c23738
Octal12125731474160243026770
Binary10100011010111111001100111100111001010011000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51AFCC;
 }
 .AnyTagClassName
 {
   color: #51AFCC;
 }
</style>
background-color css

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

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

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

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

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

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