#54BECF

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

Shades of Viking #54BECF

Tints of Viking #54BECF

Color information

#54BECF (or 0x54BECF) is unknown color: approx Viking. HEX triplet: 54, BE and CF. RGB value is (84,190,207). Sum of RGB (Red+Green+Blue) = 84+190+207=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #54BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BECF is #AB4130. Grayscale: #A0A0A0. Windows color (decimal): -11223345 or 13614676. OLE color: 13614676.

HSL color Cylindrical-coordinate representation of color #54BECF: hue angle of 188.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BECF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84190207-
CMYK0.590.0800.19
HSL188.29º56.16%57.06%-
HSV(B)188.29º59.42%81.18%-
XYZ33.3343.2265.62-
YUV160.24154.3873.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.46%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=17.46%
G=39.50%
B=43.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841902070.590.0800.19188.2956.1657.06
Hex54BECF3B8013bc3839
Octal12427631773100232747071
Binary10101001011111011001111111011100001001110111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,207); }

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

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

 a { background-color: rgb(84,190,207); }

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

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

 span { border-color: rgb(84,190,207); }

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