#54bdcc

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

Shades of Viking #54BDCC

Tints of Viking #54BDCC

Color information

#54BDCC (or 0x54BDCC) is unknown color: approx Viking. HEX triplet: 54, BD and CC. RGB value is (84,189,204). Sum of RGB (Red+Green+Blue) = 84+189+204=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #54BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDCC is #AB4233. Grayscale: #9F9F9F. Windows color (decimal): -11223604 or 13417812. OLE color: 13417812.

HSL color Cylindrical-coordinate representation of color #54BDCC: hue angle of 187.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 #54BDCC is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84189204-
CMYK0.590.0700.2
HSL187.5º54.05%56.47%-
HSV(B)187.5º58.82%80%-
XYZ32.7542.6463.63-
YUV159.32153.2174.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.61%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=17.61%
G=39.62%
B=42.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841892040.590.0700.2187.554.0556.47
Hex54BDCC3B7014bc3638
Octal1242753147370242746670
Binary1010100101111011100110011101111101010010111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54bdcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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