#51A9CA

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

Shades of Viking #51A9CA

Tints of Viking #51A9CA

Color information

#51A9CA (or 0x51A9CA) is unknown color: approx Viking. HEX triplet: 51, A9 and CA. RGB value is (81,169,202). Sum of RGB (Red+Green+Blue) = 81+169+202=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #51A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9CA is #AE5635. Grayscale: #929292. Windows color (decimal): -11425334 or 13281617. OLE color: 13281617.

HSL color Cylindrical-coordinate representation of color #51A9CA: hue angle of 196.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A9CA is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81169202-
CMYK0.600.1600.21
HSL196.36º53.3%55.49%-
HSV(B)196.36º59.9%79.22%-
XYZ28.2434.3961.03-
YUV146.45159.3581.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=17.92%
G=37.39%
B=44.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811692020.600.1600.21196.3653.355.49
Hex51A9CA3C10015c43537
Octal12125131274200253046567
Binary101000110101001110010101111001000001010111000100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,169,202); }

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

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

 a { background-color: rgb(81,169,202); }

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

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

 span { border-color: rgb(81,169,202); }

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