#54B2CF

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

Shades of Viking #54B2CF

Tints of Viking #54B2CF

Color information

#54B2CF (or 0x54B2CF) is unknown color: approx Viking. HEX triplet: 54, B2 and CF. RGB value is (84,178,207). Sum of RGB (Red+Green+Blue) = 84+178+207=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #54B2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2CF is #AB4D30. Grayscale: #989898. Windows color (decimal): -11226417 or 13611604. OLE color: 13611604.

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

Color convert

RGB84178207-
CMYK0.590.1400.19
HSL194.15º56.16%57.06%-
HSV(B)194.15º59.42%81.18%-
XYZ30.8438.2364.79-
YUV153.2158.3678.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.91%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=17.91%
G=37.95%
B=44.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841782070.590.1400.19194.1556.1657.06
Hex54B2CF3BE013c23839
Octal12426231773160233027071
Binary10101001011001011001111111011111001001111000010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,178,207); }

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

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

 a { background-color: rgb(84,178,207); }

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

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

 span { border-color: rgb(84,178,207); }

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