#54aec1

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

Shades of Viking #54AEC1

Tints of Viking #54AEC1

Color information

#54AEC1 (or 0x54AEC1) is unknown color: approx Viking. HEX triplet: 54, AE and C1. RGB value is (84,174,193). Sum of RGB (Red+Green+Blue) = 84+174+193=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #54AEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEC1 is #AB513E. Grayscale: #959595. Windows color (decimal): -11227455 or 12693076. OLE color: 12693076.

HSL color Cylindrical-coordinate representation of color #54AEC1: hue angle of 190.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54AEC1 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84174193-
CMYK0.560.1000.24
HSL190.46º46.78%54.31%-
HSV(B)190.46º56.48%75.69%-
XYZ28.4236.0155.9-
YUV149.26152.6881.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.63%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=18.63%
G=38.58%
B=42.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841741930.560.1000.24190.4646.7854.31
Hex54AEC138A018be2f36
Octal12425630170120302765766
Binary10101001010111011000001111000101001100010111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54aec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,174,193); }

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

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

 a { background-color: rgb(84,174,193); }

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

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

 span { border-color: rgb(84,174,193); }

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