#54B9CC

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

Shades of Viking #54B9CC

Tints of Viking #54B9CC

Color information

#54B9CC (or 0x54B9CC) is unknown color: approx Viking. HEX triplet: 54, B9 and CC. RGB value is (84,185,204). Sum of RGB (Red+Green+Blue) = 84+185+204=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #54B9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9CC is #AB4633. Grayscale: #9C9C9C. Windows color (decimal): -11224628 or 13416788. OLE color: 13416788.

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

Color convert

RGB84185204-
CMYK0.590.0900.2
HSL189.5º54.05%56.47%-
HSV(B)189.5º58.82%80%-
XYZ31.940.9463.35-
YUV156.97154.5475.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.76%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=17.76%
G=39.11%
B=43.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841852040.590.0900.2189.554.0556.47
Hex54B9CC3B9014be3638
Octal12427131473110242766670
Binary10101001011100111001100111011100101010010111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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