#51BFD6

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

Shades of Viking #51BFD6

Tints of Viking #51BFD6

Color information

#51BFD6 (or 0x51BFD6) is unknown color: approx Viking. HEX triplet: 51, BF and D6. RGB value is (81,191,214). Sum of RGB (Red+Green+Blue) = 81+191+214=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #51BFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFD6 is #AE4029. Grayscale: #A0A0A0. Windows color (decimal): -11419690 or 14073681. OLE color: 14073681.

HSL color Cylindrical-coordinate representation of color #51BFD6: hue angle of 190.38º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51BFD6 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81191214-
CMYK0.620.1100.16
HSL190.38º61.86%57.84%-
HSV(B)190.38º62.15%83.92%-
XYZ34.1643.8770.28-
YUV160.73158.0671.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.67%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=16.67%
G=39.30%
B=44.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811912140.620.1100.16190.3861.8657.84
Hex51BFD63EB010be3e3a
Octal12127732676130202767672
Binary10100011011111111010110111110101101000010111110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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