#54BECE

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

Shades of Viking #54BECE

Tints of Viking #54BECE

Color information

#54BECE (or 0x54BECE) is unknown color: approx Viking. HEX triplet: 54, BE and CE. RGB value is (84,190,206). Sum of RGB (Red+Green+Blue) = 84+190+206=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #54BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BECE is #AB4131. Grayscale: #9F9F9F. Windows color (decimal): -11223346 or 13549140. OLE color: 13549140.

HSL color Cylindrical-coordinate representation of color #54BECE: hue angle of 187.87º degrees, saturation: 0.55, 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 #54BECE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84190206-
CMYK0.590.0800.19
HSL187.87º55.45%56.86%-
HSV(B)187.87º59.22%80.78%-
XYZ33.2143.1764.97-
YUV160.13153.8873.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.5%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=17.5%
G=39.58%
B=42.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841902060.590.0800.19187.8755.4556.86
Hex54BECE3B8013bc3739
Octal12427631673100232746771
Binary10101001011111011001110111011100001001110111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,206); }

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

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

 a { background-color: rgb(84,190,206); }

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

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

 span { border-color: rgb(84,190,206); }

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