#51BCCF

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

Shades of Viking #51BCCF

Tints of Viking #51BCCF

Color information

#51BCCF (or 0x51BCCF) is unknown color: approx Viking. HEX triplet: 51, BC and CF. RGB value is (81,188,207). Sum of RGB (Red+Green+Blue) = 81+188+207=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #51BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCF is #AE4330. Grayscale: #9D9D9D. Windows color (decimal): -11420465 or 13614161. OLE color: 13614161.

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

Color convert

RGB81188207-
CMYK0.610.0900.19
HSL189.05º56.76%56.47%-
HSV(B)189.05º60.87%81.18%-
XYZ32.6442.2265.46-
YUV158.17155.5572.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.02%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=17.02%
G=39.50%
B=43.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811882070.610.0900.19189.0556.7656.47
Hex51BCCF3D9013bd3938
Octal12127431775110232757170
Binary10100011011110011001111111101100101001110111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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