#51B3CB

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

Shades of Viking #51B3CB

Tints of Viking #51B3CB

Color information

#51B3CB (or 0x51B3CB) is unknown color: approx Viking. HEX triplet: 51, B3 and CB. RGB value is (81,179,203). Sum of RGB (Red+Green+Blue) = 81+179+203=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #51B3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B3CB is #AE4C34. Grayscale: #989898. Windows color (decimal): -11422773 or 13349713. OLE color: 13349713.

HSL color Cylindrical-coordinate representation of color #51B3CB: hue angle of 191.8º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51B3CB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81179203-
CMYK0.600.1200.20
HSL191.8º53.98%55.69%-
HSV(B)191.8º60.1%79.61%-
XYZ30.2938.362.3-
YUV152.43156.5377.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=17.49%
G=38.66%
B=43.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811792030.600.1200.20191.853.9855.69
Hex51B3CB3CC014c03638
Octal12126331374140243006670
Binary10100011011001111001011111100110001010011000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,203); }

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

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

 a { background-color: rgb(81,179,203); }

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

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

 span { border-color: rgb(81,179,203); }

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