#51BFCE

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

Shades of Viking #51BFCE

Tints of Viking #51BFCE

Color information

#51BFCE (or 0x51BFCE) is unknown color: approx Viking. HEX triplet: 51, BF and CE. RGB value is (81,191,206). Sum of RGB (Red+Green+Blue) = 81+191+206=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #51BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFCE is #AE4031. Grayscale: #9F9F9F. Windows color (decimal): -11419698 or 13549393. OLE color: 13549393.

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

Color convert

RGB81191206-
CMYK0.610.0700.19
HSL187.2º56.05%56.27%-
HSV(B)187.2º60.68%80.78%-
XYZ33.1643.4765.03-
YUV159.82154.0671.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.95%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=16.95%
G=39.96%
B=43.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811912060.610.0700.19187.256.0556.27
Hex51BFCE3D7013bb3838
Octal1212773167570232737070
Binary1010001101111111100111011110111101001110111011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,191,206); }

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

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

 a { background-color: rgb(81,191,206); }

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

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

 span { border-color: rgb(81,191,206); }

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