#51BECF

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

Shades of Viking #51BECF

Tints of Viking #51BECF

Color information

#51BECF (or 0x51BECF) is unknown color: approx Viking. HEX triplet: 51, BE and CF. RGB value is (81,190,207). Sum of RGB (Red+Green+Blue) = 81+190+207=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #51BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BECF is #AE4130. Grayscale: #9F9F9F. Windows color (decimal): -11419953 or 13614673. OLE color: 13614673.

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

Color convert

RGB81190207-
CMYK0.610.0800.19
HSL188.1º56.76%56.47%-
HSV(B)188.1º60.87%81.18%-
XYZ33.0743.0865.6-
YUV159.35154.8972.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.95%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=16.95%
G=39.75%
B=43.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811902070.610.0800.19188.156.7656.47
Hex51BECF3D8013bc3938
Octal12127631775100232747170
Binary10100011011111011001111111101100001001110111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,190,207); }

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

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

 a { background-color: rgb(81,190,207); }

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

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

 span { border-color: rgb(81,190,207); }

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