#54BFC2

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

Shades of Viking #54BFC2

Tints of Viking #54BFC2

Color information

#54BFC2 (or 0x54BFC2) is unknown color: approx Viking. HEX triplet: 54, BF and C2. RGB value is (84,191,194). Sum of RGB (Red+Green+Blue) = 84+191+194=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #54BFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFC2 is #AB403D. Grayscale: #9F9F9F. Windows color (decimal): -11223102 or 12762964. OLE color: 12762964.

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

Color convert

RGB84191194-
CMYK0.570.0200.24
HSL181.64º47.41%54.51%-
HSV(B)181.64º56.7%76.08%-
XYZ32.0243.0457.66-
YUV159.35147.5574.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.91%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=17.91%
G=40.72%
B=41.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841911940.570.0200.24181.6447.4154.51
Hex54BFC2392018b62f37
Octal1242773027120302665767
Binary101010010111111110000101110011001100010110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,191,194); }

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

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

 a { background-color: rgb(84,191,194); }

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

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

 span { border-color: rgb(84,191,194); }

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