#51B5CE

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

Shades of Viking #51B5CE

Tints of Viking #51B5CE

Color information

#51B5CE (or 0x51B5CE) is unknown color: approx Viking. HEX triplet: 51, B5 and CE. RGB value is (81,181,206). Sum of RGB (Red+Green+Blue) = 81+181+206=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5CE is #AE4A31. Grayscale: #999999. Windows color (decimal): -11422258 or 13546833. OLE color: 13546833.

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

Color convert

RGB81181206-
CMYK0.610.1200.19
HSL192º56.05%56.27%-
HSV(B)192º60.68%80.78%-
XYZ31.0639.2564.33-
YUV153.95157.3775.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.31%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=17.31%
G=38.68%
B=44.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811812060.610.1200.1919256.0556.27
Hex51B5CE3DC013c03838
Octal12126531675140233007070
Binary10100011011010111001110111101110001001111000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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