#54AFCC

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

Shades of Viking #54AFCC

Tints of Viking #54AFCC

Color information

#54AFCC (or 0x54AFCC) is unknown color: approx Viking. HEX triplet: 54, AF and CC. RGB value is (84,175,204). Sum of RGB (Red+Green+Blue) = 84+175+204=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #54AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFCC is #AB5033. Grayscale: #969696. Windows color (decimal): -11227188 or 13414228. OLE color: 13414228.

HSL color Cylindrical-coordinate representation of color #54AFCC: hue angle of 194.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AFCC is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84175204-
CMYK0.590.1400.2
HSL194.5º54.05%56.47%-
HSV(B)194.5º58.82%80%-
XYZ29.8936.962.67-
YUV151.1157.8580.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.14%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=18.14%
G=37.80%
B=44.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841752040.590.1400.2194.554.0556.47
Hex54AFCC3BE014c23638
Octal12425731473160243026670
Binary10101001010111111001100111011111001010011000010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,175,204); }

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

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

 a { background-color: rgb(84,175,204); }

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

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

 span { border-color: rgb(84,175,204); }

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