#54BED4

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

Shades of Viking #54BED4

Tints of Viking #54BED4

Color information

#54BED4 (or 0x54BED4) is unknown color: approx Viking. HEX triplet: 54, BE and D4. RGB value is (84,190,212). Sum of RGB (Red+Green+Blue) = 84+190+212=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #54BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BED4 is #AB412B. Grayscale: #A0A0A0. Windows color (decimal): -11223340 or 13942356. OLE color: 13942356.

HSL color Cylindrical-coordinate representation of color #54BED4: hue angle of 190.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54BED4 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB84190212-
CMYK0.600.1000.17
HSL190.31º59.81%58.04%-
HSV(B)190.31º60.38%83.14%-
XYZ33.9543.4768.89-
YUV160.81156.8873.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.28%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 212 (83.20% from 255) = 43.62%
R=17.28%
G=39.09%
B=43.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal841902120.600.1000.17190.3159.8158.04
Hex54BED43CA011be3c3a
Octal12427632474120212767472
Binary10101001011111011010100111100101001000110111110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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