#51B1CD

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

Shades of Viking #51B1CD

Tints of Viking #51B1CD

Color information

#51B1CD (or 0x51B1CD) is unknown color: approx Viking. HEX triplet: 51, B1 and CD. RGB value is (81,177,205). Sum of RGB (Red+Green+Blue) = 81+177+205=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #51B1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B1CD is #AE4E32. Grayscale: #979797. Windows color (decimal): -11423283 or 13480273. OLE color: 13480273.

HSL color Cylindrical-coordinate representation of color #51B1CD: hue angle of 193.55º degrees, saturation: 0.55, 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 #51B1CD is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81177205-
CMYK0.600.1400.20
HSL193.55º55.36%56.08%-
HSV(B)193.55º60.49%80.39%-
XYZ30.1337.663.43-
YUV151.49158.277.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=17.49%
G=38.23%
B=44.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811772050.600.1400.20193.5555.3656.08
Hex51B1CD3CE014c23738
Octal12126131574160243026770
Binary10100011011000111001101111100111001010011000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,177,205); }

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

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

 a { background-color: rgb(81,177,205); }

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

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

 span { border-color: rgb(81,177,205); }

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