#54B9D8

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

Shades of Viking #54B9D8

Tints of Viking #54B9D8

Color information

#54B9D8 (or 0x54B9D8) is unknown color: approx Viking. HEX triplet: 54, B9 and D8. RGB value is (84,185,216). Sum of RGB (Red+Green+Blue) = 84+185+216=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #54B9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9D8 is #AB4627. Grayscale: #9E9E9E. Windows color (decimal): -11224616 or 14203220. OLE color: 14203220.

HSL color Cylindrical-coordinate representation of color #54B9D8: hue angle of 194.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54B9D8 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB84185216-
CMYK0.610.1400.15
HSL194.09º62.86%58.82%-
HSV(B)194.09º61.11%84.71%-
XYZ33.441.5471.22-
YUV158.34160.5474.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.32%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=17.32%
G=38.14%
B=44.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal841852160.610.1400.15194.0962.8658.82
Hex54B9D83DE0Fc23f3b
Octal12427133075160173027773
Binary1010100101110011101100011110111100111111000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B9D8; }

 p { color: rgb(84,185,216); }

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

<style>
 a { background-color: #54B9D8; }

 a { background-color: rgb(84,185,216); }

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

<style>
 span { border-color: #54B9D8; }

 span { border-color: rgb(84,185,216); }

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